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

@ -114,7 +114,7 @@ This can be done using the command `hydra-create-user`:
```console
$ hydra-create-user alice --full-name 'Alice Q. User' \
--email-address 'alice@example.org' --password foobar --role admin
--email-address 'alice@example.org' --password-prompt --role admin
```
Additional users can be created through the web interface.