Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 505d9ef

Browse files
authored
Changed Jboss datadir to kc.home.dir (#1794)
Password-blacklist directory is stored at `{kc_home_dir}/data. See keycloak/keycloak#10608
1 parent 08afb95 commit 505d9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server_admin/topics/authentication/password-policies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ Password must not be in a blacklist file.
8383
* Blacklist files are UTF-8 plain-text files with Unix line endings. Every line represents a blacklisted password.
8484
* {project_name} compares passwords in a case-insensitive manner. All passwords in the blacklist must be lowercase.
8585
* The value of the blacklist file must be the name of the blacklist file.
86-
* Blacklist files resolve against `${jboss.server.data.dir}/password-blacklists/` by default. Customize this path using:
86+
* Blacklist files resolve against `${kc.home.dir}/data/password-blacklists/` by default. Customize this path using:
8787
** The `keycloak.password.blacklists.path` property.
8888
** The `blacklistsPath` property of the `passwordBlacklist` policy SPI configuration.

0 commit comments

Comments
 (0)