diff --git a/app/auth/templates/auth/mfa.html b/app/auth/templates/auth/mfa.html index 07a17d5c..26670eed 100644 --- a/app/auth/templates/auth/mfa.html +++ b/app/auth/templates/auth/mfa.html @@ -11,8 +11,8 @@
- Your account is protected with multi-factor authentication (MFA).

- To continue with the sign-in you need to provide the access code from your authenticator. + Your account is protected with Two Factor Authentication.

+ You will need to enter your 2FA authentication code.
@@ -20,9 +20,7 @@
Token
-
Please enter the 6-digit number displayed in your MFA application - (Google Authenticator, Authy, MyDigiPassword, etc) here -
+
Please enter the 2FA code from your 2FA application
{{ otp_token_form.token(class="form-control", autofocus="true") }} {{ render_field_errors(otp_token_form.token) }} @@ -32,7 +30,7 @@ {{ otp_token_form.remember.description }}
- + {% if enable_fido %} @@ -45,12 +43,12 @@
- If you have troubles with your authentication app, you can use the recovery code to login.
- Use Recovery Codes + If you cannot access your authenticator application you can instead use a recovery code.
+ Use Recovery Code
-{% endblock %} \ No newline at end of file +{% endblock %}