Page MenuHomePhabricator

Rate limit multi-factor actions
ClosedPublic

Authored by epriestley on Apr 30 2014, 4:21 PM.
Tags
None
Referenced Files
F14048620: D8911.id.diff
Thu, Nov 14, 8:34 AM
F14039658: D8911.id21167.diff
Mon, Nov 11, 6:06 AM
F13999557: D8911.id21146.diff
Thu, Oct 24, 3:34 PM
F13982125: D8911.id21167.diff
Oct 19 2024, 9:24 PM
F13981946: D8911.diff
Oct 19 2024, 8:08 PM
Unknown Object (File)
Oct 13 2024, 8:49 AM
Unknown Object (File)
Sep 16 2024, 4:26 AM
Unknown Object (File)
Sep 12 2024, 9:26 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).