aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-02-21 18:33:59 +0100
committerlain <lain@soykaf.club>2018-02-21 18:33:59 +0100
commite98aeabbdebee8f6c9a10d0c9e3f48c1031172cb (patch)
tree2c2df4a019970a188193356047031426363f1c32
parent56cfe7185852320b740392e0f58ce096b6cbecb6 (diff)
downloadpleroma-e98aeabbdebee8f6c9a10d0c9e3f48c1031172cb.tar.gz
Moderator README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c6753b0a..b9449ad86 100644
--- a/README.md
+++ b/README.md
@@ -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.