Docs: use hydra-create-user --password-prompt

This commit is contained in:
Graham Christensen
2022-01-21 13:05:12 -05:00
parent 0eeced7f08
commit da1af1ce68
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
* Creating a user:
$ hydra-create-user root --email-address 'e.dolstra@tudelft.nl' \
--password-hash "$(echo -n foobar | sha1sum | cut -c1-40)"
--password-prompt
(Replace "foobar" with the desired password.)