2FA: Login using a TOTP token

This commit is contained in:
Raphael Michel
2016-10-08 14:57:54 +02:00
parent 5796402a2e
commit 68a9f98f23
5 changed files with 76 additions and 5 deletions

View File

@@ -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>