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/gen_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/gen_password')
-rw-r--r-- | scripts/gen_password | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gen_password b/scripts/gen_password deleted file mode 100644 index 7afd3a5dfd..0000000000 --- a/scripts/gen_password +++ /dev/null @@ -1 +0,0 @@ -perl -MCrypt::Random -MCrypt::Eksblowfish::Bcrypt -e 'print Crypt::Eksblowfish::Bcrypt::bcrypt("secret", "\$2\$12\$" . Crypt::Eksblowfish::Bcrypt::en_base64(Crypt::Random::makerandom_octet(Length=>16)))."\n"' |