forked-synapse/changelog.d/17608.feature
eyJhb 8da16e55fe
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.
2024-08-27 18:51:43 +01:00

1 line
54 B
Gherkin

Make `hash_password` accept password input from stdin.