Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 58ab967

Browse files
Update the manpage documentation for the hash_password script (#13911)
1 parent 0a38c7e commit 58ab967

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

changelog.d/13911.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed.

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
matrix-synapse-py3 (1.69.0~rc1+nmu1) UNRELEASED; urgency=medium
2+
3+
* The man page for the hash_password script has been updated to reflect
4+
the correct default value of 'bcrypt_rounds'.
5+
6+
-- Synapse Packaging team <[email protected]> Mon, 26 Sep 2022 18:05:09 +0100
7+
18
matrix-synapse-py3 (1.68.0~rc2) stable; urgency=medium
29

310
* New Synapse release 1.68.0rc2.

debian/hash_password.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or the `STDIN` if not supplied.
1414

1515
It accepts an YAML file which can be used to specify parameters like the
1616
number of rounds for bcrypt and password_config section having the pepper
17-
value used for the hashing. By default `bcrypt_rounds` is set to **10**.
17+
value used for the hashing. By default `bcrypt_rounds` is set to **12**.
1818

1919
The hashed password is written on the `STDOUT`.
2020

0 commit comments

Comments
 (0)