Skip to content
Snippets Groups Projects
Commit 9c3e2069 authored by witti's avatar witti
Browse files

Correct 'register_user' parameters in README

password parameter was missing
parent 413de8e4
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment