Skip to content

Commit cdb5a46

Browse files
Gargronhiyuki2578
authored andcommitted
Add mod and moderator to list of default reserved usernames (mastodon#9713)
1 parent 459d235 commit cdb5a46

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

config/settings.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
# config/app.yml for rails-settings-cached
2-
#
3-
# This file contains default values, and does not need to be edited
4-
# when configuring an instance. These settings may be changed by an
5-
# Administrator using the Web UI.
6-
#
7-
# For more information, see docs/Running-Mastodon/Administration-guide.md
8-
#
1+
# This file contains default values, and does not need to be edited. All
2+
# important settings can be changed from the admin interface.
3+
94
defaults: &defaults
105
site_title: Mastodon
116
site_short_description: ''
@@ -54,11 +49,14 @@ defaults: &defaults
5449
- root
5550
- webmaster
5651
- administrator
52+
- mod
53+
- moderator
5754
disallowed_hashtags: # space separated string or list of hashtags without the hash
5855
bootstrap_timeline_accounts: ''
5956
activity_api_enabled: true
6057
peers_api_enabled: true
6158
show_known_fediverse_at_about_page: true
59+
6260
development:
6361
<<: *defaults
6462

0 commit comments

Comments
 (0)