forked from AkkomaGang/akkoma
Correct 'register_user' parameters in README
password parameter was missing
This commit is contained in:
parent
413de8e4bc
commit
9c3e2069d0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ This is useful for running pleroma inside Tor or i2p.
|
|||
|
||||
### Register a User
|
||||
|
||||
Run `mix register_user <name> <nickname> <email> <bio>`. The `name` appears on statuses, while the nickname corresponds to the user, e.g. `@nickname@instance.tld`
|
||||
Run `mix register_user <name> <nickname> <email> <bio> <password>`. The `name` appears on statuses, while the nickname corresponds to the user, e.g. `@nickname@instance.tld`
|
||||
|
||||
### Password reset
|
||||
|
||||
|
|
Loading…
Reference in a new issue