{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Add Trusted Device

{% if not_allowed %}
You can't add any more devices, you need to remove previously trusted devices first.
{% else %}

Allow access from mobile phone and tables.

Steps:
  1. Using your mobile/table, open Chrome/Firefox.
  2. Go to {{ HOST }}{{ BASE_URL }}devices/add  
  3. Enter your username & following 6 digits
    {{ key|slice:":3" }} - {{ key|slice:"3:" }}
  4. This window will ask to confirm the device.
{% endif %}
{% include "modal.html" %} {% include 'mfa_check.html' %} {% endblock %}