X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=b9449ad8682bf392aecb34cf1a6e45454bd7d0b3;hb=9a858621d603422c4b992b9f9fe76da9331a6d0c;hp=fcf296c01c4c7b4a9c63dca698e4bc9baa76bc0a;hpb=b1edfba3b90daffcf6f1d726899f6f16884d371d;p=akkoma 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.