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

Enable TOTP authentication

Scan this QR code with an app such as Aegis and enter the generated TOTP code to enable TOTP on your account.

{{csrf_token()}}
{{valid.summary("code")}}
{% endblock %}