From f42e0ce5c879ae35167d521480fb9f0abd8e1ee9 Mon Sep 17 00:00:00 2001 From: Mathias B <10813340+mathias-b@users.noreply.github.com> Date: Fri, 2 Feb 2018 11:08:14 +0100 Subject: [PATCH] Add privileges functions (#530) I add two new commands make_mod and revoke_staff --- Running-Mastodon/List-of-Rake-tasks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Running-Mastodon/List-of-Rake-tasks.md b/Running-Mastodon/List-of-Rake-tasks.md index 15cdc096..657f49f5 100644 --- a/Running-Mastodon/List-of-Rake-tasks.md +++ b/Running-Mastodon/List-of-Rake-tasks.md @@ -19,6 +19,8 @@ Furthermore, in the command, `rake` is interchangeable with `rails` |Task|Description|Usage| |----|-----------|-----| |mastodon:make_admin|Turn a user into an admin|USERNAME=yourname| +|mastodon:make_mod|Turn a user into an moderator|USERNAME=yourname| +|mastodon:revoke_staff|Revoke admin or moderator privileges of a specified user|USERNAME=yourname| |mastodon:confirm_email|Confirm a user manually|USER_EMAIL=your@email| |mastodon:add_user|Create new user|(Interactive)| |mastodon:users:admins|List e-mails of all admins|