From 370b71ebd341c65df6f1a29e3ca5130bffa2d175 Mon Sep 17 00:00:00 2001 From: devStorm <59678453+developStorm@users.noreply.github.com> Date: Tue, 5 May 2020 05:28:27 -0700 Subject: [PATCH] Setting page options --- .../templates/dashboard/setting.html | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index 54f029b7..a55fa180 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -85,18 +85,32 @@ +
+
+
Security Key (WebAuthn)
+
+ You can secure your account by linking either your FIDO-supported physical key such as Yubikey, Google Titan, + or a device with appropriate hardware to your account. +
+ {% if current_user.fido_uuid is none %} + Setup WebAuthn + {% else %} + Disable WebAuthn + {% endif %} +
+
-
Multi-Factor Authentication (MFA)
+
One-Time Password (TOTP)
- Secure your account with Multi-Factor Authentication.
+ Secure your account with One-Time Password.
This requires having applications like Google Authenticator, Authy, MyDigiPassword, etc.
{% if not current_user.enable_otp %} - Enable + Setup TOTP {% else %} - Cancel MFA + Disable TOTP {% endif %}