Drop allauth config
This commit is contained in:
parent
49eacdeef4
commit
f1965c6331
1 changed files with 0 additions and 5 deletions
|
@ -200,13 +200,8 @@ WSGI_APPLICATION = 'config.wsgi.application'
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
AUTHENTICATION_BACKENDS = (
|
AUTHENTICATION_BACKENDS = (
|
||||||
'django.contrib.auth.backends.ModelBackend',
|
'django.contrib.auth.backends.ModelBackend',
|
||||||
'allauth.account.auth_backends.AuthenticationBackend',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
ACCOUNT_AUTHENTICATION_METHOD = 'username'
|
|
||||||
ACCOUNT_EMAIL_REQUIRED = True
|
|
||||||
ACCOUNT_EMAIL_VERIFICATION = 'mandatory'
|
|
||||||
|
|
||||||
# Custom user app defaults
|
# Custom user app defaults
|
||||||
# Select the correct user model
|
# Select the correct user model
|
||||||
AUTH_USER_MODEL = 'users.User'
|
AUTH_USER_MODEL = 'users.User'
|
||||||
|
|
Loading…
Add table
Reference in a new issue