diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-09-28 14:45:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 14:45:13 +0100 |
commit | 220b21936eb86ba7cdd452fd6375c2d0f5a0ed14 (patch) | |
tree | 894b40571fa91533c68d705c6838ff9cd26d2cb8 | |
parent | Handle remote device list updates during partial join (#13913) (diff) | |
download | synapse-220b21936eb86ba7cdd452fd6375c2d0f5a0ed14.tar.xz |
Correct default number of bcrypt hash rounds in .1 man page (#13930)
-rw-r--r-- | changelog.d/13930.doc | 1 | ||||
-rw-r--r-- | debian/hash_password.1 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/13930.doc b/changelog.d/13930.doc new file mode 100644 index 0000000000..7cc3206501 --- /dev/null +++ b/changelog.d/13930.doc @@ -0,0 +1 @@ +Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed. \ No newline at end of file diff --git a/debian/hash_password.1 b/debian/hash_password.1 index d64b91e7c8..39fa3ffcbf 100644 --- a/debian/hash_password.1 +++ b/debian/hash_password.1 @@ -10,7 +10,7 @@ .P \fBhash_password\fR takes a password as an parameter either on the command line or the \fBSTDIN\fR if not supplied\. .P -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 \fBbcrypt_rounds\fR is set to \fB10\fR\. +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 \fBbcrypt_rounds\fR is set to \fB12\fR\. .P The hashed password is written on the \fBSTDOUT\fR\. .SH "FILES" |