disallow @support as a username

This commit is contained in:
Jeff Atwood 2015-07-28 01:19:12 -07:00
parent c699a6fca9
commit b5977bb364

View File

@ -266,7 +266,7 @@ users:
max: 60 max: 60
reserved_usernames: reserved_usernames:
type: list type: list
default: "admin|moderator|administrator|mod|sys|system|community|info|you|name|username|user|nickname|discourse|discourseorg|discourseforum" default: "admin|moderator|administrator|mod|sys|system|community|info|you|name|username|user|nickname|discourse|discourseorg|discourseforum|support"
min_password_length: min_password_length:
client: true client: true
default: 8 default: 8