mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-07 02:58:08 -06:00
[chore] Turn accounts-registration-open false by default (#2839)
This commit is contained in:
parent
1018cde107
commit
8b30709791
3 changed files with 9 additions and 7 deletions
|
|
@ -66,7 +66,7 @@ var Defaults = Configuration{
|
|||
InstanceDeliverToSharedInboxes: true,
|
||||
InstanceLanguages: make(language.Languages, 0),
|
||||
|
||||
AccountsRegistrationOpen: true,
|
||||
AccountsRegistrationOpen: false,
|
||||
AccountsReasonRequired: true,
|
||||
AccountsAllowCustomCSS: false,
|
||||
AccountsCustomCSSLength: 10000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue