2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

always logout when pwd is changed

This commit is contained in:
Matthias Mair
2024-06-25 22:02:52 +02:00
parent 1367eae518
commit 42b3f0c453

View File

@ -1179,6 +1179,7 @@ ACCOUNT_FORMS = {
SOCIALACCOUNT_ADAPTER = 'InvenTree.forms.CustomSocialAccountAdapter'
ACCOUNT_ADAPTER = 'InvenTree.forms.CustomAccountAdapter'
ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = True
HEADLESS_FRONTEND_URLS = {
'account_confirm_email': 'https://app.project.org/account/verify-email/{key}',