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

Commit

Permalink
README.rst: fix hash_password path
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Jan 2, 2019
1 parent 7975d39 commit dd3bf40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

$ source ~/synapse/env/bin/activate
$ ./scripts/hash_password
$ ~/synapse/env/bin/hash_password
Password:
Confirm password:
$2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Expand Down

0 comments on commit dd3bf40

Please sign in to comment.