ENABLE_ACCOUNT_LOGIN=False by default
This commit is contained in:
parent
5e35a9799b
commit
a0bc6e7e3a
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ MIDDLEWARE_CLASSES = (
|
||||||
# Auth / security
|
# Auth / security
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
ENABLE_ACCOUNT_LOGIN = True
|
ENABLE_ACCOUNT_LOGIN = False
|
||||||
AUTHENTICATION_BACKENDS += (
|
AUTHENTICATION_BACKENDS += (
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue