mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 23:53:54 +08:00
FIX: Remove some mandatory_values for reserved_usernames (#30089)
Followup 56df077931
This removes info, support, and community as mandatory
values for the reserved_usernames site setting. These
could arguably be useful for admins generally. The rest
can stay as-is as they are much more likely to be
confusing to members.
c.f. https://meta.discourse.org/t/default-reserved-usernames-can-not-be-deleted/336020
This commit is contained in:
parent
216e73eb3b
commit
45c9d1d81f
|
@ -675,7 +675,7 @@ users:
|
|||
type: list
|
||||
list_type: compact
|
||||
default: "admin|moderator|administrator|mod|sys|system|community|info|you|name|username|user|nickname|discourse|discourseorg|discourseforum|support|all|here"
|
||||
mandatory_values: "admin|moderator|administrator|mod|sys|system|community|info|you|name|username|user|nickname|discourse|discourseorg|discourseforum|support|all|here"
|
||||
mandatory_values: "admin|moderator|administrator|mod|sys|system|you|name|username|user|nickname|discourse|discourseorg|discourseforum|all|here"
|
||||
min_password_length:
|
||||
client: true
|
||||
default: 10
|
||||
|
|
Loading…
Reference in New Issue
Block a user