Skip to content

Add gatekeeper into pw reset form #2276

Ben requested to merge fix/pw-reset-mfa-2276 into master

Ticket(s) / Related Merge Requests

Closes #2276

Summary of Changes

Adds MFA gatekeeper into password reset form for TOTP

Testing Considerations

  1. Test that an account does not prompt for MFA in the pw reset form that does not use TOTP
  2. Test that an account works in the pw reset form for MFA that DOES use TOTP

If email is down:

php cli.php QueueRunner run --runner=PriorityEmail

Regression Scope

Effects password reset form submission - should prompt for TOTP MFA if TOTP MFA is enabled.

Note front#5424 (closed) is a known issue that doesn't relate to this MR.

Platform Affected (web, mobile, etc)

Web /Mob

Developer Testing Completed

Manual

Screenshots

(Any extra UI screens that can be shared)

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Ben

Merge request reports