From c2287afcd73f97f86296bb69c5435fd1e5639bde Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Wed, 19 Feb 2020 10:38:52 +0100 Subject: [PATCH] Fixup --- 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 86e25048e3..9ce7a93d84 100644 --- a/server_admin/topics/authentication/password-policies.adoc +++ b/server_admin/topics/authentication/password-policies.adoc @@ -64,7 +64,7 @@ Not Recently Used:: This policy saves a history of previous passwords. The number of old passwords stored is configurable. When a user changes their password they cannot use any stored passwords. Password Blacklist:: - This policy checks if a given password (converted to lowercase) is contained in a blacklist file, which is potentially a very large file). + This policy checks if a given password (converted to lowercase) is contained in a blacklist file, which is potentially a very large file. Password blacklists are UTF-8 plain-text files with Unix line endings where every line represents a blacklisted password. All passwords in the blacklist must be lowercased to facilitate case-insensitive comparison. The file name of the blacklist file must be provided as the password policy value, e.g. `10_million_password_list_top_1000000.txt`.