Update server_admin/topics/authentication/password-policies.adoc

Thank you.

Co-Authored-By: k-tamura <ktamura.biz.80@gmail.com>
This commit is contained in:
Hynek Mlnařík 2019-04-17 17:59:50 +09:00 committed by Stian Thorgersen
parent 659dce8d5b
commit b17927c429

View file

@ -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::