We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2e286 commit 8fde52eCopy full SHA for 8fde52e
docs/reference/settings/security-settings.asciidoc
@@ -52,6 +52,8 @@ sensitive nature of the information.
52
`xpack.security.authc.accept_default_password`::
53
In `elasticsearch.yml`, set this to `false` to disable support for the default "changeme" password.
54
55
+[[password-hashing-settings]]
56
+==== Password hashing settings
57
`xpack.security.authc.password_hashing.algorithm`::
58
Specifies the hashing algorithm that is used for secure user credential storage
59
(see {xpack-ref}/password-hashing.html#password-hashing-algorithms[Password hashing algorithms] table for all possible values). Defaults to `bcrypt`.
0 commit comments