OTPdoor Settings

{% if is_default_secret %}
🚨 SECURITY RISK: DEFAULT SECRET DETECTED
You are using the well-known default TOTP secret. Please generate a new one below for the 'default' domain to secure your installation.
{% endif %} {% if message %}
{{ message }}
{% endif %}

Interface Theme

{% if domain == 'default' %}

Managed Domains

Manage existing authentication domains.

{% for d in domains %} {{ d }} {% endfor %}

Create New Domain

Add a new authentication domain for a specific application.

{% else %}
← Back to Default Domain Management
{% endif %}

Session Duration

TOTP Secret

Highly Sensitive Action (Domain: {{ domain }}) Generating a new secret will immediately invalidate all existing devices. You will lose access until you scan the new QR code.

Current Secret: {{ secret }}

{% if provisioning_uri %}

Scan this QR code with your authenticator:

TOTP QR Code

Warning: This will invalidate old devices for {{ domain }}.

{% endif %}

Test Configuration

Verify your authenticator app is synced correctly with this domain.

{% if test_message %}
{{ test_message }}
{% endif %}