{% extends "wagtailadmin/base.html" %} {% load i18n %} {% trans "Add new 2FA device" as titletag %} {% block titletag %}{{ titletag }}{% endblock %} {% block content %} {% trans "Two Factor Settings" as prefs_str %} {% include "wagtailadmin/shared/header.html" with title=prefs_str %}
{% blocktrans %}

Two-Factor authentication is a method for making your account more secure, by requiring you to provide an additional piece of evidence (a factor) next to your password.

The most common way of providing this secondary factor, is by having one of your devices generate a random code that changes every minute. This is called a One Time Password.

For generating codes, you can use one of the following apps. You might even have them installed already.

To configure 2 Factor authentication for your Wagtail CMS account, install one of those apps and scan the below QR code. Note that in case you loose or reset your phone, you will not be able to login anymore.

{% endblocktrans %}
{% csrf_token %}
{% endblock %}