forgot password
This commit is contained in:
parent
79bf031a82
commit
c644824c4a
9 changed files with 38 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
.. link:topics/users/impersonation.adoc[Impersonation]
|
||||
.. link:topics/users/user-registration.adoc[User Registration]
|
||||
... link:topics/users/recaptcha.adoc[Recaptcha Support]
|
||||
. link:topics/login-settings.adoc[Login Page Settings]
|
||||
.. link:topics/login-settings/forgot-password.adoc[Forgot Password]
|
||||
. link:topics/admin-permissions.adoc[Master Admin Access Control]
|
||||
. link:topics/per-realm-admin-permissions.adoc[Per Realm Admin Access Control]
|
||||
. link:topics/client-registration.adoc[Client Registration]
|
||||
|
|
BIN
keycloak-images/forgot-password-link.png
Normal file
BIN
keycloak-images/forgot-password-link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 372 KiB |
BIN
keycloak-images/forgot-password-page.png
Normal file
BIN
keycloak-images/forgot-password-page.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 392 KiB |
BIN
keycloak-images/reset-credentials-flow.png
Normal file
BIN
keycloak-images/reset-credentials-flow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 281 KiB |
BIN
rhsso-images/forgot-password-link.png
Normal file
BIN
rhsso-images/forgot-password-link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 229 KiB |
BIN
rhsso-images/forgot-password-page.png
Normal file
BIN
rhsso-images/forgot-password-page.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 256 KiB |
BIN
rhsso-images/reset-credentials-flow.png
Normal file
BIN
rhsso-images/reset-credentials-flow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 KiB |
4
topics/login-settings.adoc
Normal file
4
topics/login-settings.adoc
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
== Login Page Settings
|
||||
|
||||
There are a bunch of nice built in login page features you can enable if you need the functionality.
|
32
topics/login-settings/forgot-password.adoc
Normal file
32
topics/login-settings/forgot-password.adoc
Normal file
|
@ -0,0 +1,32 @@
|
|||
|
||||
=== Forgot Password
|
||||
|
||||
If you enable it, users are able to reset their credentials if they forget their password or lose their OTP generator.
|
||||
Go to the `Realm Settings` left menu item, and click on the `Login` tab. Switch on the `Forgot Password` switch.
|
||||
|
||||
.Login Tab
|
||||
image:../../{{book.images}}/login-tab.png[]
|
||||
|
||||
A `forgot password` link will now show up on your login pages.
|
||||
|
||||
.Forgot Password Link
|
||||
image:../../{{book.images}}/forgot-password-link.png[]
|
||||
|
||||
Clicking on this link will bring the user
|
||||
to a page where they can enter in their username or email and receive an email with a link to reset their credentials.
|
||||
|
||||
.Forgot Password Page
|
||||
image:../../{{book.images}}/forgot-password-page.png[]
|
||||
|
||||
The text sent in the email is completely configurable you just need to extend or edit the theme associated with it.
|
||||
See the link:{{book.developerguide.link}}[{{book.developerguide.name}}] for more information.
|
||||
|
||||
When the user clicks on the email link, they will be asked to update their password, and, if they have an OTP generator
|
||||
set up, they will also be asked to reconfigure this as well. Depending on the security requirements of your organization
|
||||
you may not want users to be able to reset their OTP generator through email. You can change this behavior by
|
||||
going to the `Authentication` left menu item, clicking on the `Flows` tab, and selecting the `Reset Credentials` flow:
|
||||
|
||||
.Reset Credentials Flow
|
||||
image:../../{{book.images}}/reset-credentials-flow.png[]
|
||||
|
||||
If you do not want OTP reset, then just chose the `disabled` radio button to the right of `Reset OTP`.
|
Loading…
Reference in a new issue