diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-03-16 09:45:37 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-03-16 09:45:37 +0000 |
commit | a877209c8b0c7c476ee6676c6d00c4cacdc83207 (patch) | |
tree | 3a36598959b0dd566ad561754eaba97f06051588 /scripts/hash_password | |
parent | Merge pull request #646 from matrix-org/erikj/reject_invite_federation (diff) | |
download | synapse-a877209c8b0c7c476ee6676c6d00c4cacdc83207.tar.xz |
Password reset docs and script
Replace the bash/perl gen_password script with a python one, and write a note on how to use it.
Diffstat (limited to 'scripts/hash_password')
-rwxr-xr-x | scripts/hash_password | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/scripts/hash_password b/scripts/hash_password new file mode 100755 |