Skip to content
Snippets Groups Projects
Unverified Commit dd3bf401 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

README.rst: fix hash_password path

parent 7975d39c
No related branches found
No related tags found
No related merge requests found
...@@ -796,8 +796,7 @@ A manual password reset can be done via direct database access as follows. ...@@ -796,8 +796,7 @@ A manual password reset can be done via direct database access as follows.
First calculate the hash of the new password:: First calculate the hash of the new password::
$ source ~/synapse/env/bin/activate $ ~/synapse/env/bin/hash_password
$ ./scripts/hash_password
Password: Password:
Confirm password: Confirm password:
$2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx $2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment