{% extends 'default.html' %} {% set active_page = "setting" %} {% block title %} MFA Setup {% endblock %} {% block head %} {% endblock %} {% block default_content %}

Multi Factor Authentication

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

Or you can use the manual entry with the following key:
{{ current_user.otp_secret }}
{{ otp_token_form.csrf_token }}
Token
Please enter the 6-digit number displayed on your phone.
{{ otp_token_form.token(class="form-control", placeholder="") }} {{ render_field_errors(otp_token_form.token) }}
{% endblock %}