diff --git a/frappe/core/doctype/system_settings/system_settings.json b/frappe/core/doctype/system_settings/system_settings.json index cf51f765e9..34d539b576 100644 --- a/frappe/core/doctype/system_settings/system_settings.json +++ b/frappe/core/doctype/system_settings/system_settings.json @@ -40,6 +40,7 @@ "column_break_uhqk", "login_with_email_link", "login_with_email_link_expiry", + "rate_limit_email_link_login", "brute_force_security", "allow_consecutive_login_attempts", "column_break_34", @@ -669,12 +670,19 @@ "fieldname": "default_app", "fieldtype": "Select", "label": "Default App" + }, + { + "depends_on": "login_with_email_link", + "description": "You can set a high value here if multiple users will be logging in from the same network.", + "fieldname": "rate_limit_email_link_login", + "fieldtype": "Int", + "label": "Rate limit for email link login" } ], "icon": "fa fa-cog", "issingle": 1, "links": [], - "modified": "2024-08-08 20:10:55.939839", + "modified": "2024-08-12 17:02:41.877346", "modified_by": "Administrator", "module": "Core", "name": "System Settings",