From 505d9ef6f03a4b40ae182d255e2b643d5b9f7cd6 Mon Sep 17 00:00:00 2001 From: MrDiba <37332424+MrDiba@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:17:11 +0100 Subject: [PATCH] Changed Jboss datadir to kc.home.dir (#1794) Password-blacklist directory is stored at `{kc_home_dir}/data. See https://github.com/keycloak/keycloak/issues/10608 --- 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 8c8e5e8272..e768dbb365 100644 --- a/server_admin/topics/authentication/password-policies.adoc +++ b/server_admin/topics/authentication/password-policies.adoc @@ -83,6 +83,6 @@ Password must not be in a blacklist file. * Blacklist files are UTF-8 plain-text files with Unix line endings. Every line represents a blacklisted password. * {project_name} compares passwords in a case-insensitive manner. All passwords in the blacklist must be lowercase. * The value of the blacklist file must be the name of the blacklist file. -* Blacklist files resolve against `${jboss.server.data.dir}/password-blacklists/` by default. Customize this path using: +* Blacklist files resolve against `${kc.home.dir}/data/password-blacklists/` by default. Customize this path using: ** The `keycloak.password.blacklists.path` property. ** The `blacklistsPath` property of the `passwordBlacklist` policy SPI configuration.