{% extends "base.html" %} {% load static %} {% 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:
Using Camera
  1. Using your mobile/table, open Chrome/Firefox.
  2. Scan the following barcode

  3. Confirm the consent and submit form.
Manual
  1. Using your mobile/table, open Chrome/Firefox.
  2. Go to {{ url }}  
  3. Enter your username & following 6 digits
    {{ key|slice:":3" }} - {{ key|slice:"3:" }}
  4. Confirm the consent and submit form.
This window will ask to confirm the device.
{% endif %}




{% include "modal.html" %} {% include 'mfa_check.html' %} {% endblock %}