Skip to content
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

Make this error better / easier to understand #360

Open
gdestuynder opened this issue Jan 4, 2019 · 0 comments
Open

Make this error better / easier to understand #360

gdestuynder opened this issue Jan 4, 2019 · 0 comments
Assignees

Comments

@gdestuynder
Copy link
Contributor

gdestuynder commented Jan 4, 2019

This is the message that appears when you login to an RP that requires AAL=MEDIUM for example (ie needs 2FA) but do not have 2FA setup. Note that this is not necessarily just because youre missing 2FA, it could be other security attributes.

elif error_code == 'aai_failed':
error_text = "{client} requires you to setup additional security measures for your account, \
such as enabling multi-factor authentication (MFA) or using a safer authentication method (such as a \
Firefox Account login). You will not be able to login until this is \
done.".format(client=self.data.get('client'))

Note: this is also missing the fact that in the FxA example it should say "Firefox Accounts with MFA" not just FxA (if we keep this message)

@gene1wood gene1wood removed their assignment Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants