From 695457d46a21d8f2c3015df6954046a5a4525e51 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Fri, 21 Aug 2020 11:20:15 +0200 Subject: [PATCH] KEYCLOAK-12729 Document Not-Email Password-Policy Introduced via PR: https://github.com/keycloak/keycloak/pull/7103 --- server_admin/topics/authentication/password-policies.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server_admin/topics/authentication/password-policies.adoc b/server_admin/topics/authentication/password-policies.adoc index 9ce7a93d84..eafe6a5df2 100644 --- a/server_admin/topics/authentication/password-policies.adoc +++ b/server_admin/topics/authentication/password-policies.adoc @@ -56,6 +56,8 @@ Special Characters:: The number of special characters like '?!#%$' required to be in the password string. Not Username:: When set, the password is not allowed to be the same as the username. +Not Email:: + When set, the password is not allowed to be the same as the email address. Regular Expression:: Define one or more regular expression patterns (defined in `java.util.regex.Pattern`) that passwords must match. Expire Password::