diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-09-26 19:18:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 18:18:41 +0000 |
commit | 58ab96747ca7bf5f84d889b35059b1947a97c6d5 (patch) | |
tree | ea3cfbd8c533ffbd14dcefd12f8a8d0d9ba25ad4 /debian/hash_password.ronn | |
parent | Snapshot schema 72 (#13873) (diff) | |
download | synapse-58ab96747ca7bf5f84d889b35059b1947a97c6d5.tar.xz |
Update the manpage documentation for the hash_password script (#13911)
Diffstat (limited to 'debian/hash_password.ronn')
-rw-r--r-- | debian/hash_password.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/hash_password.ronn b/debian/hash_password.ronn index eeb354602d..5d0df53802 100644 --- a/debian/hash_password.ronn +++ b/debian/hash_password.ronn @@ -14,7 +14,7 @@ or the `STDIN` if not supplied. It accepts an YAML file which can be used to specify parameters like the number of rounds for bcrypt and password_config section having the pepper -value used for the hashing. By default `bcrypt_rounds` is set to **10**. +value used for the hashing. By default `bcrypt_rounds` is set to **12**. The hashed password is written on the `STDOUT`. |