{% extends "base.html" %} {% block title %}Set up MFA · SD RMM{% endblock %} {% block bodyclass %}auth-page{% endblock %} {% block header %}{% endblock %} {% block content %}

Set up two-factor

Scan this QR with Google Authenticator, Authy, or 1Password, then enter the 6-digit code.

{% if error %}
{{ error }}
{% endif %}
{{ qr_svg | safe }}
Can't scan? Enter the code manually. {{ secret }}
{% endblock %}