Password reset
The section helps you to reset the patient/manager password. The workflow is:
- SendLink asks for the password reset link to be sent via email
- ValidateKey validates the password reset link and tells you what kind of validation is enabled for the account (SMS vs. demographics match)
- If SMS validation is enabled
- SendValidation asks for the SMS validation message to be sent
- SubmitValidationCode verifies the code and establishes a session with the client
- SetPassword sets the new password
- If the demographics match is enabled (not preferred option)
- [OBSOLETE] SetPasswordUsingDemographics sets the new password
The demographics match validation is not recommended, and it is supported until all clients move to SMS validation.