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
Unknown Object (File)
Fri, Apr 19, 3:17 AM
Unknown Object (File)
Fri, Apr 19, 3:17 AM
Unknown Object (File)
Fri, Apr 19, 3:17 AM
Unknown Object (File)
Thu, Apr 11, 4:27 AM
Unknown Object (File)
Sat, Mar 30, 8:28 AM
Unknown Object (File)
Sat, Mar 30, 8:28 AM
Unknown Object (File)
Sat, Mar 30, 8:27 AM
Unknown Object (File)
Mar 14 2024, 5:35 PM
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