Page MenuHomePhabricator

Add a rate limit to generating new account recovery links for a given account
ClosedPublic

Authored by epriestley on Jul 19 2019, 4:42 PM.
Tags
None
Referenced Files
F19614490: D20666.diff
Tue, Feb 3, 10:02 PM
F19528327: D20666.diff
Jan 19 2026, 8:21 AM
F19505789: D20666.diff
Jan 9 2026, 2:16 PM
F19493364: D20666.diff
Jan 8 2026, 8:50 AM
F19318949: D20666.id49306.diff
Dec 25 2025, 7:32 AM
F19275631: D20666.diff
Dec 23 2025, 12:40 AM
F18946115: D20666.diff
Nov 11 2025, 7:33 PM
F18877545: D20666.diff
Nov 6 2025, 10:06 AM
Subscribers
None

Details

Summary

Depends on D20665. Ref T13343. We support CAPTCHAs on the "Forgot password?" flow, but not everyone configures them (or necessarily should, since ReCAPTCHA is a huge external dependency run by Google that requires you allow Google to execute JS on your domain) and the rate at which any reasonable user needs to take this action is very low.

Put a limit on the rate at which account recovery links may be generated for a particular account, so the worst case is a trickle of annoyance rather than a flood of nonsense.

Test Plan

Screen Shot 2019-07-19 at 9.39.15 AM.png (729×1 px, 139 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable