From 506f94229a0ecdbac2098df400c0306d424d699e Mon Sep 17 00:00:00 2001 From: qilinz Date: Thu, 13 Jul 2023 15:52:22 +0200 Subject: [PATCH] fix ALLOW_ANY_SITE --- boofilsic/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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