2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

allauth always logout

This commit is contained in:
Matthias
2021-09-07 00:33:26 +02:00
parent 32e216599b
commit e380f94e01

View File

@ -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',