Adding missing explicit IDs for cross-references
Closes #27316 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
ee3a4a6e4f
commit
6de61f61f0
4 changed files with 4 additions and 2 deletions
|
@ -99,6 +99,7 @@ The current implementation uses a BloomFilter for fast and memory efficient cont
|
|||
* By default a false positive probability of `0.01%` is used.
|
||||
* To change the false positive probability by CLI configuration, use `--spi-password-policy-password-blacklist-false-positive-probability=0.00001`.
|
||||
|
||||
[[maximum-authentication-age]]
|
||||
===== Maximum Authentication Age
|
||||
|
||||
Specifies the maximum age of a user authentication in seconds with which the user can update a password without re-authentication. A value of `0` indicates that the user has to always re-authenticate with their current password before they can update the password.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue