projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cfe71
)
Moderator README
author
lain
<lain@soykaf.club>
Wed, 21 Feb 2018 17:33:59 +0000
(18:33 +0100)
committer
lain
<lain@soykaf.club>
Wed, 21 Feb 2018 17:33:59 +0000
(18:33 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 5c6753b0a666108e98ead4d27fa9e0fe5cda51b2..b9449ad8682bf392aecb34cf1a6e45454bd7d0b3 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-65,3
+65,9
@@
This is useful for running pleroma inside Tor or i2p.
### 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.