-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AUT-3921: Change content for mfa reset with IPV #2444
base: main
Are you sure you want to change the base?
Conversation
8a3299e
to
aec4645
Compare
aec4645
to
243a907
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you also need to apply these changes to the auth app uplift template?
<a href={{ mfaResetPath }} class="govuk-link" | ||
rel="noreferrer noopener">{{ 'pages.enterMfa.details.changeGetSecurityCodesLinkText'| translate }}</a>. | ||
</p> | ||
{% if supportAccountRecovery === true or supportAccountRecovery === "true" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a repeated line
rel="noreferrer noopener">{{ 'pages.enterMfa.details.changeGetSecurityCodesLinkText'| translate }}</a>. | ||
</p> | ||
{% if supportAccountRecovery === true or supportAccountRecovery === "true" %} | ||
{% if supportMfaResetWithIpv === true or supportMfaResetWithIpv === "true" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you need to add this as a hidden input also - does the wrong thing appear if you refresh the page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just did a quick test and doesn't seem to make a difference, which makes me wonder if we're doing an amount of this cacheing unnecessarily. Worth verifying on your side
What
Made content changes for MFA screens to reflect that MFA relies on approval from IPV.
SMS MFA:
AUTH APP MFA:
Changes to the acceptance tests have been made to reflect these changes. They are commented out currently, to be uncommented when MFA_RESET_WITH_IPV is turned on.
Happy for this to be merged in my absence if no changes need to be made.
How to review
Check that for SMS you see: 'If you no longer have access to this phone number, check if you can change how you get security codes.'
Check that for AUTH_APP you see: 'If you no longer have access to your authenticator app, check if you can change how you get security codes.'
Checklist
Related PRs