ENABLE_ACCOUNT_LOGIN=False by default

This commit is contained in:
Yohan Boniface 2016-09-09 21:00:32 +02:00
parent 5e35a9799b
commit a0bc6e7e3a

View file

@ -142,7 +142,7 @@ MIDDLEWARE_CLASSES = (
# Auth / security
# =============================================================================
ENABLE_ACCOUNT_LOGIN = True
ENABLE_ACCOUNT_LOGIN = False
AUTHENTICATION_BACKENDS += (
)