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 = (
|
||||
'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
|
||||
# Select the correct user model
|
||||
AUTH_USER_MODEL = 'users.User'
|
||||
|
|
Loading…
Add table
Reference in a new issue