{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: New device{% endblock pagetitle %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Two factor authentication New device {% endblock %} {% block content %}

Set up two factor authentication device

An authenticator app lets you generate security codes on your phone without needing to receive text messages. If you don’t already have one, we support any of these apps.
To configure your authenticator app:

{% csrf_token %}

Enter the security code generated by your mobile authenticator app to make sure it’s configured correctly.

{{ form|bootstrap }}
{% endblock %}