Page MenuHomePhabricator

Rate limit multi-factor actions
ClosedPublic

Authored by epriestley on Apr 30 2014, 4:21 PM.
Tags
None
Referenced Files
F18090005: D8911.id21146.diff
Wed, Aug 6, 1:41 PM
F17948135: D8911.id21167.diff
Thu, Jul 31, 8:12 PM
F17898612: D8911.id.diff
Tue, Jul 29, 8:13 AM
F17874611: D8911.id.diff
Mon, Jul 28, 5:56 PM
F17853096: D8911.diff
Sun, Jul 27, 1:27 PM
F17627672: D8911.id21167.diff
Thu, Jul 10, 6:42 AM
Unknown Object (File)
Jun 9 2025, 2:12 AM
Unknown Object (File)
May 21 2025, 4:29 AM
Subscribers

Details

Reviewers
btrahan
Maniphest Tasks
T4398: Implement two-factor authentication
Commits
Restricted Diffusion Commit
rP23e654ec2bc8: Rate limit multi-factor actions
Summary

Ref T4398. Prevent users from brute forcing multi-factor auth by rate limiting attempts. This slightly refines the rate limiting to allow callers to check for a rate limit without adding points, and gives users credit for successfully completing an auth workflow.

Test Plan

Tried to enter hisec with bad credentials 11 times in a row, got rate limited.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Rate limit multi-factor actions.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 30 2014, 6:32 PM
epriestley updated this revision to Diff 21167.

Closed by commit rP23e654ec2bc8 (authored by @epriestley).