diff --git a/app/auth/templates/auth/mfa.html b/app/auth/templates/auth/mfa.html index 2bf91993..6666d45f 100644 --- a/app/auth/templates/auth/mfa.html +++ b/app/auth/templates/auth/mfa.html @@ -19,8 +19,8 @@
Token
-
Please enter the 6-digit number displayed in your MFA application (Google Authenticator, - Authy) here +
Please enter the 6-digit number displayed in your MFA application + (Google Authenticator, Authy, MyDigiPassword, etc) here
{{ otp_token_form.token(class="form-control", autofocus="true") }} diff --git a/app/dashboard/templates/dashboard/mfa_cancel.html b/app/dashboard/templates/dashboard/mfa_cancel.html index 64b1894c..d6bfcaaa 100644 --- a/app/dashboard/templates/dashboard/mfa_cancel.html +++ b/app/dashboard/templates/dashboard/mfa_cancel.html @@ -9,7 +9,8 @@

Multi Factor Authentication

- To cancel MFA, please enter the 6-digit number in your TOTP application (Google Authenticator, Authy, etc) here. + To cancel MFA, please enter the 6-digit number in your TOTP application + (Google Authenticator, Authy, MyDigiPassword, etc) here.

diff --git a/app/dashboard/templates/dashboard/mfa_setup.html b/app/dashboard/templates/dashboard/mfa_setup.html index c4b33836..44712184 100644 --- a/app/dashboard/templates/dashboard/mfa_setup.html +++ b/app/dashboard/templates/dashboard/mfa_setup.html @@ -11,7 +11,7 @@ {% block default_content %}

Multi Factor Authentication

-

Please open a TOTP application (Google Authenticator, Authy, etc) +

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

diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index ccbf129b..31dc6d8f 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -91,7 +91,7 @@
Multi-Factor Authentication (MFA)
Secure your account with Multi-Factor Authentication.
- This requires having applications like Google Authenticator, Authy, FreeOTP, etc. + This requires having applications like Google Authenticator, Authy, MyDigiPassword, etc.
{% if not current_user.enable_otp %} Enable