fix ALLOW_ANY_SITE

This commit is contained in:
qilinz 2023-07-13 15:52:22 +02:00 committed by Henri Dickson
parent bee43ab869
commit 506f94229a

View file

@ -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