update settings
This commit is contained in:
parent
254ab4ef8f
commit
e9a47b2a8b
|
|
@ -1253,6 +1253,8 @@ SOCIALACCOUNT_OPENID_CONNECT_URL_PREFIX = ''
|
|||
ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS = get_setting(
|
||||
'INVENTREE_LOGIN_CONFIRM_DAYS', 'login_confirm_days', 3, typecast=int
|
||||
)
|
||||
ACCOUNT_EMAIL_UNKNOWN_ACCOUNTS = False
|
||||
ACCOUNT_EMAIL_NOTIFICATIONS = True
|
||||
USERSESSIONS_TRACK_ACTIVITY = True
|
||||
|
||||
# allauth rate limiting: https://docs.allauth.org/en/latest/account/rate_limits.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue