diff options
author | eyJhb <eyjhb@eyjhb.dk> | 2024-08-27 19:51:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 18:51:43 +0100 |
commit | 8da16e55fed6c880a61140e7375eac2e31494f81 (patch) | |
tree | bee980ef993a2184a61f95f6213173876fbcf4b4 /synapse/_scripts/hash_password.py | |
parent | Bump pyyaml from 6.0.1 to 6.0.2 (#17611) (diff) | |
download | synapse-8da16e55fed6c880a61140e7375eac2e31494f81.tar.xz |
hash_password accepts stdin now (#17608)
`hash_password` now actually accepts password from stdin. The `getpass` reads from TTY, and does NOT accept stdin in any way. The manpage has been updated to reflect that.
Diffstat (limited to '')
-rwxr-xr-x | synapse/_scripts/hash_password.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/_scripts/hash_password.py b/synapse/_scripts/hash_password.py |