{% extends "layouts/static-default.html" %} {% block title %} MFA Setup {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

Setup MFA

{{ otp_setup_key }}

{{ login_banner|replace('\n', '
')|safe }}

Scan the QR code with your authenticator app and enter the token and your password.

{{ form.hidden_tag() }} {{ form.mfa_secret(size=32, class="hidden", style="display:None;") }} {{ form.user_password(class="form-control") }} {{ form.token(size=32, class="form-control") }}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}