{% 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 %}
{% 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 %}
{% 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 %}
{% blocktrans trimmed %} If your app allows it, you can scan the QR code below to set up the app automatically: {% endblocktrans %}
{% 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." %}