{% extends "authentic2/authenticators/authenticator_common.html" %} {% load i18n gadjo %} {% block breadcrumb %} {{ block.super }} {% trans "Trusted devices" %} {% endblock %} {% block main %}

{% blocktrans trimmed %} "Trusted Devices" feature {% endblocktrans %}

{% blocktrans trimmed %} This page allows you to configure the "Trusted Devices" feature, which enables users to register their device during multi-factor authentication (MFA). {% endblocktrans %}

{% blocktrans trimmed %} If this feature is enabled, a checkbox will appear on all MFA authentication pages, allowing users to register their device for a configurable period. During this time, the user will no longer need to complete MFA challenges on that device: when logging in with the trusted device, they will automatically receive the same authentication level they initially achieved through the MFA challenge(s) completed on it. {% endblocktrans %}

{% blocktrans trimmed %} Users will also have the option to manage their registered devices from their "My Account" page. There, they can rename their registered devices or remove them (for example, in case of loss or theft). {% endblocktrans %}

{% csrf_token %} {{ form|with_template }}

{% endblock %}