diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-13 20:41:48 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-13 20:42:02 +0100 |
commit | fae1799646e752235123a981a1ca27c4070ebb5f (patch) | |
tree | c0d995bd72af3d5ed53c37a30ddd2751f3dd09b5 /docs | |
parent | 138d21aea84c376fea0100580f11cbf2b500914d (diff) |
Add rake task for making someone into an admin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Running-Mastodon/Administration-guide.md | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/Running-Mastodon/Administration-guide.md b/docs/Running-Mastodon/Administration-guide.md index 1b9dc8630..af78f6235 100644 --- a/docs/Running-Mastodon/Administration-guide.md +++ b/docs/Running-Mastodon/Administration-guide.md @@ -1,8 +1,16 @@ Administration guide -================= +==================== So, you have a working Mastodon instance... now what? +## Turning into an admin + +The following rake task: + + rails mastodon:make_admin USERNAME=alice + +Would turn the local user "alice" into an admin. + ## Administration web interface A user that is designated as `admin = TRUE` in the database is able to access a suite of administration tools: @@ -20,9 +28,10 @@ Your site settings are stored in the `settings` database table, and editable thr You are able to set the following settings: +- Site title - Contact username - Contact email - Site description - Site extended description -You may wish to use the extended description (shown at https://yourmastodon.instance/about/more ) to display content guidelines or a user agreement (see https://mastodon.social/about/more for an example). \ No newline at end of file +You may wish to use the extended description (shown at https://yourmastodon.instance/about/more ) to display content guidelines or a user agreement (see https://mastodon.social/about/more for an example). |