KEYCLOAK-12729 Document Not-Email Password-Policy

Introduced via PR: https://github.com/keycloak/keycloak/pull/7103
This commit is contained in:
Thomas Darimont 2020-08-21 11:20:15 +02:00 committed by Marek Posolda
parent 4bd21354cc
commit 695457d46a

View file

@ -56,6 +56,8 @@ Special Characters::
The number of special characters like '?!#%$' required to be in the password string. The number of special characters like '?!#%$' required to be in the password string.
Not Username:: Not Username::
When set, the password is not allowed to be the same as the 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:: Regular Expression::
Define one or more regular expression patterns (defined in `java.util.regex.Pattern`) that passwords must match. Define one or more regular expression patterns (defined in `java.util.regex.Pattern`) that passwords must match.
Expire Password:: Expire Password::