From 659dce8d5bea5b706febc4aee4ef6f3c7e9b1bbd Mon Sep 17 00:00:00 2001 From: Kohei Tamura Date: Sun, 7 Apr 2019 05:29:46 +0900 Subject: [PATCH] Correct an inaccurate description See also: https://github.com/keycloak/keycloak/blob/b478472b3578b8980d7b5f1642e91e75d1e78d16/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 --- server_admin/topics/authentication/password-policies.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_admin/topics/authentication/password-policies.adoc b/server_admin/topics/authentication/password-policies.adoc index 44bbe2ac0d..51bfc5d9a1 100644 --- a/server_admin/topics/authentication/password-policies.adoc +++ b/server_admin/topics/authentication/password-policies.adoc @@ -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::