feat: added configurable param to rate limit email change in account settings (#37349)
This commit is contained in:
committed by
GitHub
parent
2a2942bc7f
commit
1a081f23c0
@@ -829,6 +829,7 @@ DISCUSSION_RATELIMIT = '100/m'
|
||||
SKIP_RATE_LIMIT_ON_ACCOUNT_AFTER_DAYS = 0
|
||||
|
||||
ONE_CLICK_UNSUBSCRIBE_RATE_LIMIT = '100/m'
|
||||
EMAIL_CHANGE_RATE_LIMIT = ''
|
||||
|
||||
LMS_ROOT_URL = None
|
||||
LMS_INTERNAL_ROOT_URL = Derived(lambda settings: settings.LMS_ROOT_URL)
|
||||
|
||||
Reference in New Issue
Block a user