Skip to content

Commit

Permalink
Add mod and moderator to list of default reserved usernames (mastodon…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and hiyuki2578 committed Oct 2, 2019
1 parent 459d235 commit cdb5a46
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions config/settings.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# config/app.yml for rails-settings-cached
#
# This file contains default values, and does not need to be edited
# when configuring an instance. These settings may be changed by an
# Administrator using the Web UI.
#
# For more information, see docs/Running-Mastodon/Administration-guide.md
#
# This file contains default values, and does not need to be edited. All
# important settings can be changed from the admin interface.

defaults: &defaults
site_title: Mastodon
site_short_description: ''
Expand Down Expand Up @@ -54,11 +49,14 @@ defaults: &defaults
- root
- webmaster
- administrator
- mod
- moderator
disallowed_hashtags: # space separated string or list of hashtags without the hash
bootstrap_timeline_accounts: ''
activity_api_enabled: true
peers_api_enabled: true
show_known_fediverse_at_about_page: true

development:
<<: *defaults

Expand Down

0 comments on commit cdb5a46

Please sign in to comment.