{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-header %}

Activate Token

{% if form.email_address.value != "MissingField" %}

Activation - Step One

An E-Mail has been sent here: "{{ form.email_address.value }}", with further instructions.

Activation - Step Two

Check your mail and scan the QRCode you'll find inside with Google Authenticator. Verify the code in the box below.

Attention!

Allow a couple of minutes for the mail to be received by your ISP. If you have problems with authentication/verification, make sure your device time is synced with an NTP server and let 30 seconds pass before retrying.

{% else %}

Please scan this QRCode to begin setup.

Attention!

If you have problems with authentication/verification, make sure your device time is synced with an NTP server and let 30 seconds pass before retrying.

{% endif %} {% endblock %} {% block modal-body-right %}

{% trans "Token Validation Form" %}

{% trans "Scan the QRCode with yout mobile authentication device (Google Authenticator is fine) and the verify the TOTP token." %}

{% trans "Once the token has been verified, TOTP Two Factor Authentication will be enabled for your user." %}

{% endblock %}