{% extends "base.html" %} {% load static %} {% block head %} {{ url|json_script:"url" }} {{ request.user.username|json_script:"request_user_username" }} {{ key|json_script:"key" }} {% url 'td_sendemail' as td_sendemail %} {{ td_sendemail|json_script:"td_sendemail" }} {% url 'td_trust_device' as td_trust_device %} {{ td_trust_device|json_script:"td_trust_device" }} {% url 'td_get_useragent' as td_get_useragent %} {{ td_get_useragent|json_script:"td_get_useragent" }} {% 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 %}