feat: added configurable param to rate limit email change in account settings (#37349)

This commit is contained in:
Muhammad Adeel Tajamul
2025-09-12 18:21:10 +05:00
committed by GitHub
parent 2a2942bc7f
commit 1a081f23c0
3 changed files with 36 additions and 0 deletions

View File

@@ -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)