mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
allauth always logout
This commit is contained in:
parent
32e216599b
commit
e380f94e01
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user