diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-02 16:36:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 16:36:29 +0000 |
commit | dd3bf401523885b439c012876db4e2f0c7877ef3 (patch) | |
tree | c8c7c594afa2f7a03d360a31a430cec9c6b05d41 /README.rst | |
parent | Add changelog (diff) | |
download | synapse-dd3bf401523885b439c012876db4e2f0c7877ef3.tar.xz |
README.rst: fix hash_password path
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst index cc3eb585b7..bae7da38b1 100644 --- a/README.rst +++ b/README.rst @@ -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 |