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:
@ -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}',
|
||||
|
Reference in New Issue
Block a user