Skip to content

Commit 8fde52e

Browse files
committed
Move hashing setting to its own section
1 parent af2e286 commit 8fde52e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/settings/security-settings.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ sensitive nature of the information.
5252
`xpack.security.authc.accept_default_password`::
5353
In `elasticsearch.yml`, set this to `false` to disable support for the default "changeme" password.
5454

55+
[[password-hashing-settings]]
56+
==== Password hashing settings
5557
`xpack.security.authc.password_hashing.algorithm`::
5658
Specifies the hashing algorithm that is used for secure user credential storage
5759
(see {xpack-ref}/password-hashing.html#password-hashing-algorithms[Password hashing algorithms] table for all possible values). Defaults to `bcrypt`.

0 commit comments

Comments
 (0)