{% extends "base.html" %} {% block title %}Set Up Two-Factor Authentication - Counterscarp Engine{% endblock %} {% block content %}

Set Up Two-Factor Authentication

Scan the QR code with your authenticator app (Google Authenticator, Authy, 1Password, etc.)

{% if error %}
{{ error }}
{% endif %}

1. Scan QR Code

Can't scan? Copy the URI below into your authenticator app.

{{ provisioning_uri }}
or enter manually

2. Manual Entry Key

{{ totp_secret }}

Type: TOTP • Algorithm: SHA1 • Digits: 6 • Period: 30s

verify
{% endblock %}