Page MenuHomePhabricator

Fix a double-prompt for MFA when recovering a password account
ClosedPublic

Authored by epriestley on Dec 18 2018, 8:04 PM.
Tags
None
Referenced Files
F14064022: D19906.diff
Mon, Nov 18, 9:29 PM
F14053134: D19906.diff
Fri, Nov 15, 12:53 PM
F14040533: D19906.diff
Mon, Nov 11, 10:55 AM
F14022512: D19906.diff
Wed, Nov 6, 5:59 PM
F13965456: D19906.diff
Oct 16 2024, 2:15 AM
Unknown Object (File)
Oct 9 2024, 11:01 AM
Unknown Object (File)
Oct 3 2024, 5:03 PM
Unknown Object (File)
Oct 3 2024, 10:44 AM
Subscribers
None

Details

Summary

Depends on D19905. Ref T13222. In D19843, I refactored this stuff but $jump_into_hisec was dropped.

This is a hint to keep the upgraded session in hisec mode, which we need to do a password reset when using a recovery link. Without it, we double prompt you for MFA: first to upgrade to a full session, then to change your password.

Pass this into the engine properly to avoid the double-prompt.

Test Plan
  • Used bin/auth recover to get a partial session with MFA enabled and a password provider.
  • Before: double MFA prompt.
  • After: session stays upgraded when it becomes full, no second prompt.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable