about summary refs log tree commit diff
path: root/config/settings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/settings.yml')
-rw-r--r--config/settings.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml
index 4811213cb..bffb7052a 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -7,7 +7,7 @@
 # For more information, see docs/Running-Mastodon/Administration-guide.md
 #
 defaults: &defaults
-  site_title: 'Mastodon'
+  site_title: Mastodon
   site_description: ''
   site_extended_description: ''
   site_contact_username: ''
@@ -27,6 +27,13 @@ defaults: &defaults
   interactions:
     must_be_follower: false
     must_be_following: false
+  reserved_usernames:
+    - admin
+    - support
+    - help
+    - root
+    - webmaster
+    - administrator
 
 development:
   <<: *defaults