forked from mirrors/akkoma
Moderator README
This commit is contained in:
parent
56cfe71858
commit
e98aeabbde
1 changed files with 6 additions and 0 deletions
|
@ -65,3 +65,9 @@ This is useful for running pleroma inside Tor or i2p.
|
|||
### 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.
|
||||
|
|
Loading…
Reference in a new issue