{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}

{% blocktrans trimmed %} To secure your account login, you can set up an app on your smartphone (or any other compatible device) that will allow you to generate the one-time codes required each time you log in. {% endblocktrans %}

{% trans "Step 1: Install a One-Time Code Generator application" %}

{% blocktrans trimmed %} You need to install a one-time code generator app on your smartphone (or any other compatible device). This app must support the TOTP standard. If you don’t already have such an app (this is a common feature of password manager applications.), you can install one of the suggested apps below: {% endblocktrans %}

{% trans "Step 2: Setting Up the One-Time Code Generator application" %}

{% blocktrans trimmed %} This setup only needs to be done once: once configured, you will only need to open the app and enter the displayed code. {% endblocktrans %}

{% blocktrans trimmed %} To set up authentication, please open your one-time code generator app and follow one of the instructions below: {% endblocktrans %}

{% trans "Automatic Setup" %}

{% blocktrans trimmed %} If your app allows it, you can scan the QR code below to set up the app automatically: {% endblocktrans %}

{% trans

{% trans "Manual Setup" %}

{% blocktrans trimmed %} You can also set up the app manually by entering the following secret key into the app: {% endblocktrans %}

{{ secret }}

{% trans "You will also find below the additional parameters that may be required:" %}

{% trans "Note:" %} {% trans "These parameters correspond to the standard described in RFC 6638." %}

{% trans "Step 3: Validating Your First One-Time Code" %}

{% csrf_token %} {{ form.as_p }}
{% endblock %}