KEYCLOAK-12729 Document Not-Email Password-Policy
Introduced via PR: https://github.com/keycloak/keycloak/pull/7103
This commit is contained in:
parent
4bd21354cc
commit
695457d46a
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ Special Characters::
|
|||
The number of special characters like '?!#%$' required to be in the password string.
|
||||
Not Username::
|
||||
When set, the password is not allowed to be the same as the username.
|
||||
Not Email::
|
||||
When set, the password is not allowed to be the same as the email address.
|
||||
Regular Expression::
|
||||
Define one or more regular expression patterns (defined in `java.util.regex.Pattern`) that passwords must match.
|
||||
Expire Password::
|
||||
|
|
Loading…
Reference in a new issue