0.11.13 Google Auth

This commit is contained in:
SDE
2024-01-15 16:51:38 +03:00
parent a0eb5210ab
commit 9e9a82ffc0

View File

@@ -44,7 +44,7 @@ ACCOUNT_EMAIL_REQUIRED = True
ACCOUNT_USERNAME_REQUIRED = False
ACCOUNT_AUTHENTICATION_METHOD = 'email'
ACCOUNT_EMAIL_VERIFICATION = 'optional'
LOGIN_REDIRECT_URL = '/profile/login/'
LOGIN_REDIRECT_URL = '/profile/page/dashboard/'
AUTHENTICATION_BACKENDS = [
'django.contrib.auth.backends.ModelBackend',