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

Update the manpage documentation for the hash_password script #13911

Merged
merged 4 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/13911.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 26 Sep 2022 18:05:09 +0100

matrix-synapse-py3 (1.68.0~rc2) stable; urgency=medium

* New Synapse release 1.68.0rc2.
Expand Down
2 changes: 1 addition & 1 deletion debian/hash_password.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down