{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Add a two-factor authentication device" %}{% endblock %} {% block content %}

{% trans "Add a two-factor authentication device" %}

{% trans "To set up this device, please follow the following steps:" %}

  1. {% trans "Download the Google Authenticator application to your phone:" %}
  2. {% trans "Add a new account to the app by scanning the following barcode:" %}
  3. {% trans "Enter the displayed code here:" %}
    {% csrf_token %}
{% endblock %}