{% 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 time dependent security codes on your phone. This adds an important layer of security to your SciPost account. If you don’t already have one, please install a mobile authentication app, for example:


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 %}