[chore] Turn accounts-registration-open false by default (#2839)

This commit is contained in:
tobi 2024-04-15 14:41:15 +02:00 committed by GitHub
commit 8b30709791
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 7 deletions

View file

@ -66,7 +66,7 @@ var Defaults = Configuration{
InstanceDeliverToSharedInboxes: true,
InstanceLanguages: make(language.Languages, 0),
AccountsRegistrationOpen: true,
AccountsRegistrationOpen: false,
AccountsReasonRequired: true,
AccountsAllowCustomCSS: false,
AccountsCustomCSSLength: 10000,