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

Two factor authentication

We strongly recommend to use two factor authentication that adds an extra layer of protection to your SciPost account. You will need a mobile device capable or running a mobile authentication application, for example:

Set up a new two factor authentication device

Your devices

{% for device in object_list %} {% empty %} {% endfor %}
Name Last used
{{ device.name }} {{ device.modified }} Remove device
You are not using two factor authentication yet. We strongly recommend to set up two factor authentication.
{% endblock %}