Correct an inaccurate description
See also:
b478472b35/server-spi-private/src/main/java/org/keycloak/policy/RegexPatternsPasswordPolicyProvider.java (L43)
https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html
This commit is contained in:
parent
c65bb712d9
commit
659dce8d5b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Special Characters::
|
|||
Not Username::
|
||||
When set, the password is not allowed to be the same as the username.
|
||||
Regular Expression::
|
||||
Define one or more Perl regular expression patterns that passwords must match.
|
||||
Define one or more regular expression patterns (defined in java.util.regex.Pattern) that passwords must match.
|
||||
Expire Password::
|
||||
The number of days for which the password is valid. After the number of days has expired, the user is required to change their password.
|
||||
Not Recently Used::
|
||||
|
|
Loading…
Reference in a new issue