diff options
author | lain <lain@soykaf.club> | 2018-02-21 18:34:19 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-02-21 18:34:19 +0100 |
commit | 94db9ac4dba6ba02fcae1b9055b532818cf787c7 (patch) | |
tree | 0b6189c60adbca5e0ea6b9aded01dccfbbc35755 /README.md | |
parent | a06b9a3e0b5639dfc3a975c7a5f3ea11a05a286f (diff) | |
parent | e98aeabbdebee8f6c9a10d0c9e3f48c1031172cb (diff) | |
download | pleroma-94db9ac4dba6ba02fcae1b9055b532818cf787c7.tar.gz pleroma-94db9ac4dba6ba02fcae1b9055b532818cf787c7.zip |
Merge branch 'develop' into feature/activitypub
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |