0.11.19 Google Auth
This commit is contained in:
@@ -48,6 +48,8 @@ LOGIN_REDIRECT_URL = '/profile/page/dashboard/'
|
||||
LOGOUT_REDIRECT_URL = '/profile/login/'
|
||||
ACCOUNT_SIGNUP_REDIRECT_URL = '/profile/login/'
|
||||
ACCOUNT_LOGOUT_ON_GET = True
|
||||
# SOCIALACCOUNT_ADAPTER = 'GeneralApp.allauth_funcs.MyAccountAdapter'
|
||||
ACCOUNT_ADAPTER = 'GeneralApp.allauth_funcs.MyAccountAdapter'
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
'django.contrib.auth.backends.ModelBackend',
|
||||
|
||||
Reference in New Issue
Block a user