This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed.
Original file line number Diff line number Diff line change 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+
18matrix-synapse-py3 (1.68.0~rc2) stable; urgency=medium
29
310 * New Synapse release 1.68.0rc2.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ or the `STDIN` if not supplied.
1414
1515It accepts an YAML file which can be used to specify parameters like the
1616number 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
1919The hashed password is written on the ` STDOUT ` .
2020
You can’t perform that action at this time.
0 commit comments