Adding missing explicit IDs for cross-references

Closes #27316

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz
2024-02-27 17:32:51 +01:00
committed by Hynek Mlnařík
parent 122683612e
commit 2fb6906c69
2 changed files with 2 additions and 1 deletions
@@ -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.