mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
allauth always logout
This commit is contained in:
@ -662,6 +662,8 @@ for app in SOCIAL_BACKENDS:
|
||||
INSTALLED_APPS.append(app)
|
||||
|
||||
# settings for allauth
|
||||
ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = True
|
||||
|
||||
ACCOUNT_FORMS = {
|
||||
'login': 'allauth.account.forms.LoginForm',
|
||||
'signup': 'InvenTree.forms.CustomSignupForm',
|
||||
|
Reference in New Issue
Block a user