2016-05-16 21:01:21 +00:00
=== Forgot Password
2021-02-11 20:45:00 +00:00
If you enable `Forgot Password`, users can reset their login credentials if they forget their password or lose their OTP generator.
2016-05-16 21:01:21 +00:00
2021-02-11 20:45:00 +00:00
.Procedure
. Click *Realm Settings* in the menu.
. Click the *Login* tab.
+
2016-05-16 21:01:21 +00:00
.Login Tab
2021-02-11 20:45:00 +00:00
image:{project_images}/login-tab.png[Login Tab]
+
. Toggle the *Forgot Password* switch to *ON*.
2016-05-16 21:01:21 +00:00
2021-02-11 20:45:00 +00:00
A `forgot password` link displays in your login pages.
2016-05-16 21:01:21 +00:00
.Forgot Password Link
2021-02-11 20:45:00 +00:00
image:{project_images}/forgot-password-link.png[Forgot Password Link]
2016-05-16 21:01:21 +00:00
2021-02-11 20:45:00 +00:00
Click this link to bring users where they can enter their username or email address and receive an email with a link to reset their credentials.
2016-05-16 21:01:21 +00:00
.Forgot Password Page
2021-02-11 20:45:00 +00:00
image:{project_images}/forgot-password-page.png[Forgot Password Page]
2016-05-16 21:01:21 +00:00
2021-02-11 20:45:00 +00:00
The text sent in the email is configurable. See link:{developerguide_link}[{developerguide_name}] for more information.
2016-05-16 21:01:21 +00:00
2021-02-11 20:45:00 +00:00
When users click the email link, {project_name} asks them to update their password, and if they have set up an OTP generator, {project_name} asks them to reconfigure the OTP generator. Depending on security requirements of your organization, you may not want users to reset their OTP generator through email.
2016-05-16 21:01:21 +00:00
2021-02-11 20:45:00 +00:00
To change this behavior:
2016-05-16 21:01:21 +00:00
2021-02-11 20:45:00 +00:00
.Procedure
. Click *Authentication* in the menu.
. Click the *Flows* tab.
. Select the *Reset Credentials* flow.
+
.Reset Credentials Flow
image:{project_images}/reset-credentials-flow.png[Reset Credentials Flow]
+
If you do not want to reset the OTP, set the `Reset OTP` requirement to *Disabled*.
. Click the *Required Actions* tab. Ensure _Update Password_ is enabled.
2019-07-19 14:17:34 +00:00