diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-02 09:32:48 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-11-10 13:09:37 +0100 |
commit | 8b2541e4e7fb37f38422bf6c02cc10863a927e61 (patch) | |
tree | 0cffe5e69fad6a02377c1f45b7f3a014da5da222 /README.md | |
parent | e1814bb322dda732143fdb0cb60dbce82fe433da (diff) | |
download | pleroma-8b2541e4e7fb37f38422bf6c02cc10863a927e61.tar.gz pleroma-8b2541e4e7fb37f38422bf6c02cc10863a927e61.zip |
Document the mix tasks in ex_doc instead
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -70,22 +70,6 @@ Add the following to your `dev.secret.exs` or `prod.secret.exs` if you want to p This is useful for running pleroma inside Tor or i2p. -## Admin Tasks - -### Register a User - -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 - -Run `mix generate_password_reset username` to generate a password reset link that you can then send to the user. - -### Moderators - -You can make users moderators. They will then be able to delete any post. - -Run `mix set_moderator username [true|false]` to make user a moderator or not. - ## Troubleshooting ### No incoming federation |