From a9460f120bce5968f7daa43ccc184df4a9adbc66 Mon Sep 17 00:00:00 2001 From: George Date: Fri, 29 May 2020 13:51:56 +0100 Subject: [PATCH] Change 2FA text --- app/dashboard/templates/dashboard/mfa_setup.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/dashboard/templates/dashboard/mfa_setup.html b/app/dashboard/templates/dashboard/mfa_setup.html index 147adfec..8f417739 100644 --- a/app/dashboard/templates/dashboard/mfa_setup.html +++ b/app/dashboard/templates/dashboard/mfa_setup.html @@ -12,8 +12,7 @@

Two Factor Authentication

-

Please open a TOTP application (Google Authenticator, Authy, MyDigiPassword, etc) - on your smartphone and scan the following QR Code: +

You will need to use a 2FA application like Google Authenticator or Authy on your phone or PC and scan the following QR Code:

@@ -28,7 +27,7 @@
- Or you can use the manual entry with the following key: + Or you can manually enter the following secret key:
@@ -38,11 +37,11 @@ {{ otp_token_form.csrf_token }}
Token
-
Please enter the 6-digit number displayed on your phone.
+
Please enter the 6-digit number displayed in your authenticator app.
{{ otp_token_form.token(class="form-control", placeholder="") }} {{ render_field_errors(otp_token_form.token) }} - +