{% extends "base.html" %} {% set active = 'admin' %} {% block title %}Enable two-factor authentication{% endblock %} {% block content %}

Enable two-factor authentication

Scan this QR code with Google Authenticator, Microsoft Authenticator, Authy or any TOTP app, then enter the 6-digit code it shows to confirm.

MFA QR code

Can't scan? Enter this key manually: {{ secret }}

Cancel
{% endblock %}