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
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 0 deletions

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