mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
2FA: Login using a TOTP token
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{% if user.require_2fa %}
|
||||
<span class="label label-success">{% trans "Enabled" %}</span>
|
||||
<a href="{% url "control:user.settings.2fa" %}">
|
||||
{% trans "Change settings" %}
|
||||
{% trans "Change two-factor settings" %}
|
||||
</a>
|
||||
{% else %}
|
||||
<span class="label label-default">{% trans "Disabled" %}</span>
|
||||
|
||||
Reference in New Issue
Block a user