Merge branch 'fix/timeline-headers' into 'develop'
[akkoma] / README.md
index fcf296c01c4c7b4a9c63dca698e4bc9baa76bc0a..b9449ad8682bf392aecb34cf1a6e45454bd7d0b3 100644 (file)
--- 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.