{% extends "two_factor/_base.html" %} {% load i18n %} {% block content %}

{% block title %}{% trans "Account Security" %}{% endblock %}

{% if default_device %} Modifier mon mot de passe

{% trans "Tokens will be generated by your token generator." %}

{% trans "Backup Tokens" %}

{% blocktrans trimmed %}If you don't have any device with you, you can access your account using backup tokens.{% endblocktrans %} {% blocktrans trimmed count counter=backup_tokens %} You have only one backup token remaining. {% plural %} You have {{ counter }} backup tokens remaining. {% endblocktrans %}

{% trans "Show Codes" %}

Ajouter un appareil supplémentaire pour l’authentification à deux facteurs

Ajouter un autre appareil

{% trans "Disable Two-Factor Authentication" %}

Si vous désactivez l’authentification à deux facteurs, vous devrez ensuite la réactiver pour pouvoir vous connecter. Cela peut être utile si vous souhaitez changer d’appareil.

{% trans "Disable Two-Factor Authentication" %}

{% else %}

{% blocktrans trimmed %}Two-factor authentication is not enabled for your account. Enable two-factor authentication for enhanced account security.{% endblocktrans %}

{% trans "Enable Two-Factor Authentication" %}

{% endif %} {% endblock %}