{% extends "base.html" %} {% block title %}Enable Two-Factor{% endblock %} {% block content %}

Enable two-factor authentication

  1. Install an authenticator app (Google Authenticator, Authy, 1Password, …).
  2. Scan the QR code below, or enter the setup key manually.
  3. Enter the 6-digit code the app shows to confirm and finish.
{{ qr_svg | safe }}
Cancel
{% endblock %}