X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=README.md;h=b9449ad8682bf392aecb34cf1a6e45454bd7d0b3;hb=0300bc5569a6fd8b728659dc5198896d25f41c80;hp=fcf296c01c4c7b4a9c63dca698e4bc9baa76bc0a;hpb=f0cde24f71f292b417dfcac663e1f4e6082c833a;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.