{% extends "layout.html" %} {% block title %} TOTP challenge - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}

TOTP Challenge

{% if challenge_type == "reset" %} This account has two-factor authentication enabled. You must complete a verification challenge in order to reset your password. {% elif challenge_type == "disable_totp" %} In order to disable two-factor authentication, you must be able to complete a verification challenge. {% endif %} Please enter your TOTP code to continue:

{{csrf_token()}}
{{valid.summary("code")}}
If you have lost access to your 2FA device, you may use a recovery code instead. Otherwise, contact support.
{% endblock %}