{% extends "_public.twig" %} {% block title %}Login{% endblock %} {% block description %}{% endblock %} {% block content %}
{% if (showTwoFactor) %}
Authorisation required
A login from an unknown IP address {{ createdIp }} was detected.
We have sent an email to your address {{ email }}.
Please enter the authorisation code here so that you can access from the IP address {{ createdIp }}. This code is valid for ten minutes. If you have not received an email from us within the next 10 minutes, please check your Spam folder.

If you have any questions or if this kind of authorisation is not possible for you, please send us an email.
Authorisation code:
{% else %} {% if (showError) %} {% endif %} {% if (showWarning) %} {% endif %} {% if (showRecode) %} {% endif %}
{% if message %}
{{ message }}
{% endif %}

Forgot Password?

{% endif %}
{% endblock %} {% block javascript %} {% endblock %} {% block css %} {% endblock %}