From b17927c42933380b6b68b0f8cfaec452b1bd36df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hynek=20Mlna=C5=99=C3=ADk?= Date: Wed, 17 Apr 2019 17:59:50 +0900 Subject: [PATCH] Update server_admin/topics/authentication/password-policies.adoc Thank you. Co-Authored-By: k-tamura --- 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 51bfc5d9a1..e353ef1fe0 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 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:: 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::