mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Set ACCOUNT_EMAIL_SUBJECT_PREFIX (#6673)
- Copy value from EMAIL_SUBJECT_PREFIX - Used for django-allauth - Ref: https://github.com/inventree/InvenTree/discussions/6672
This commit is contained in:
@ -1102,6 +1102,7 @@ ACCOUNT_DEFAULT_HTTP_PROTOCOL = get_setting(
|
||||
)
|
||||
ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = True
|
||||
ACCOUNT_PREVENT_ENUMERATION = True
|
||||
ACCOUNT_EMAIL_SUBJECT_PREFIX = EMAIL_SUBJECT_PREFIX
|
||||
# 2FA
|
||||
REMOVE_SUCCESS_URL = 'settings'
|
||||
|
||||
|
Reference in New Issue
Block a user