Difference between revisions of "Password Reset Flow"
Jrobertson (talk | contribs) |
Jrobertson (talk | contribs) |
||
Line 28: | Line 28: | ||
From there the user will be able to reset their password. This is the point where password complexity rules will be applied. | From there the user will be able to reset their password. This is the point where password complexity rules will be applied. | ||
+ | [[File:Passwordresetpword.png|500px]] |
Revision as of 23:25, 17 December 2019
When looking to reset a password a user will be given a link, this can be on a portal or the login page or whatever method is preferable. The first screen that is presented is below. This screen the user will enter their username and choose how they want the process to go, by choosing Email or Mobile
If the username is not found or the user does not have the particular recovery method available to them an error will be given. This can happen if the user selects Mobile and the system does not have any record of a Mobile number for the user. Same applies for email. For security reasons the actual reason for failure is not given.
Otherwise we move onto the next screen
These messages can be changed to whatever you want in the Message Templates section of the dashboard
The user will then enter the code that was sent to them into the field and continue.
From there the user will be able to reset their password. This is the point where password complexity rules will be applied.