summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-02-21 18:34:19 +0100
committerlain <lain@soykaf.club>2018-02-21 18:34:19 +0100
commit94db9ac4dba6ba02fcae1b9055b532818cf787c7 (patch)
tree0b6189c60adbca5e0ea6b9aded01dccfbbc35755 /README.md
parenta06b9a3e0b5639dfc3a975c7a5f3ea11a05a286f (diff)
parente98aeabbdebee8f6c9a10d0c9e3f48c1031172cb (diff)
downloadpleroma-94db9ac4dba6ba02fcae1b9055b532818cf787c7.tar.gz
pleroma-94db9ac4dba6ba02fcae1b9055b532818cf787c7.zip
Merge branch 'develop' into feature/activitypub
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index fcf296c01..b9449ad86 100644
--- a/README.md
+++ b/README.md
@@ -59,3 +59,15 @@ Add the following to your `dev.secret.exs` or `prod.secret.exs` if you want to p
proxy_url: "127.0.0.1:8123"
This is useful for running pleroma inside Tor or i2p.
+
+## Admin Tasks
+
+### 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.