summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-09-26 19:18:41 +0100
committerGitHub <noreply@github.com>2022-09-26 18:18:41 +0000
commit58ab96747ca7bf5f84d889b35059b1947a97c6d5 (patch)
treeea3cfbd8c533ffbd14dcefd12f8a8d0d9ba25ad4
parentSnapshot schema 72 (#13873) (diff)
downloadsynapse-58ab96747ca7bf5f84d889b35059b1947a97c6d5.tar.xz
Update the manpage documentation for the hash_password script (#13911)
-rw-r--r--changelog.d/13911.doc1
-rw-r--r--debian/changelog7
-rw-r--r--debian/hash_password.ronn2
3 files changed, 9 insertions, 1 deletions
diff --git a/changelog.d/13911.doc b/changelog.d/13911.doc
new file mode 100644
index 0000000000..7cc3206501
--- /dev/null
+++ b/changelog.d/13911.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/changelog b/debian/changelog
index 339d477319..d6c7639775 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+matrix-synapse-py3 (1.69.0~rc1+nmu1) UNRELEASED; urgency=medium
+
+  * The man page for the hash_password script has been updated to reflect
+    the correct default value of 'bcrypt_rounds'.
+
+ -- Synapse Packaging team <packages@matrix.org>  Mon, 26 Sep 2022 18:05:09 +0100
+
 matrix-synapse-py3 (1.68.0~rc2) stable; urgency=medium
 
   * New Synapse release 1.68.0rc2.
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`.