mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 15:41:29 -05:00
Adding missing explicit IDs for cross-references
Closes #27316 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
committed by
Hynek Mlnařík
parent
122683612e
commit
2fb6906c69
@@ -401,7 +401,7 @@ in the authentication flow), then {project_name} will throw an error.
|
||||
==== Registration or Reset credentials requested by client
|
||||
|
||||
Usually when the user is redirected to the {project_name} from client application, the `browser` flow is triggered. This flow may allow the user to <<con-user-registration_{context}, register>> in case
|
||||
that realm registration is enabled and the user clicks `Register`on the login screen. Also, if <<enabling-forgot-password, Forget password>> is enabled for the realm, the user can
|
||||
that realm registration is enabled and the user clicks `Register` on the login screen. Also, if <<enabling-forgot-password,Forget password>> is enabled for the realm, the user can
|
||||
click `Forget password` on the login screen, which triggers the `Reset credentials` flow where users can reset credentials after email address confirmation.
|
||||
|
||||
Sometimes it can be useful for the client application to directly redirect the user to the *Registration* screen or to the *Reset credentials* flow. The resulting action will match the action of when the
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
|
||||
[[enabling-forgot-password]]
|
||||
== Enabling forgot password
|
||||
|
||||
If you enable `Forgot password`, users can reset their login credentials if they forget their passwords or lose their OTP generator.
|
||||
|
||||
Reference in New Issue
Block a user