diff --git a/boofilsic/settings.py b/boofilsic/settings.py index 39f6e6fd..928c0660 100644 --- a/boofilsic/settings.py +++ b/boofilsic/settings.py @@ -259,7 +259,7 @@ SYNC_FILE_PATH_ROOT = "sync/" EXPORT_FILE_PATH_ROOT = "export/" # Allow user to login via any Mastodon/Pleroma sites -MASTODON_ALLOW_ANY_SITE = False +ALLOW_ANY_SITE = False # Allow user to create account with email (and link to Mastodon account later) ALLOW_EMAIL_ONLY_ACCOUNT = False