Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
58ab9674
Unverified
Commit
58ab9674
authored
2 years ago
by
Andrew Morgan
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update the manpage documentation for the hash_password script (#13911)
parent
0a38c7ec
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changelog.d/13911.doc
+1
-0
1 addition, 0 deletions
changelog.d/13911.doc
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/hash_password.ronn
+1
-1
1 addition, 1 deletion
debian/hash_password.ronn
with
9 additions
and
1 deletion
changelog.d/13911.doc
0 → 100644
+
1
−
0
View file @
58ab9674
Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
0
View file @
58ab9674
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
matrix-synapse-py3 (1.68.0~rc2) stable; urgency=medium
* New Synapse release 1.68.0rc2.
* New Synapse release 1.68.0rc2.
...
...
This diff is collapsed.
Click to expand it.
debian/hash_password.ronn
+
1
−
1
View file @
58ab9674
...
@@ -14,7 +14,7 @@ or the `STDIN` if not supplied.
...
@@ -14,7 +14,7 @@ or the `STDIN` if not supplied.
It accepts an YAML file which can be used to specify parameters like the
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
number of rounds for bcrypt and password_config section having the pepper
value used for the hashing. By default `bcrypt_rounds` is set to **1
0
**.
value used for the hashing. By default `bcrypt_rounds` is set to **1
2
**.
The hashed password is written on the `STDOUT`.
The hashed password is written on the `STDOUT`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment