Login Error

{% if error_code == 'authenticate_failed' %}

Either you don't have permission to log in to this system, or an error occurred when trying to log you in.

{% else %}

Unfortunately, an error occurred when trying to log you in.

Error code: {{ error_code }}

{% endif %}