Revision 6a622bf4
Added by Serghei Mihai almost 10 years ago
uauth/templates/uauth/login_failed.html | ||
---|---|---|
7 | 7 |
|
8 | 8 |
{% block content %} |
9 | 9 |
<h3>{% trans "Your authentication attempt failed" %}</h3> |
10 |
<p>{% trans "This is probably because you tried to log against a wrong provider" %} </p> |
|
10 |
<p> |
|
11 |
{% blocktrans %} |
|
12 |
This is probably because you tried to log against a wrong provider or an error occured during authentication |
|
13 |
{% endblocktrans %} |
|
14 |
</p> |
|
11 | 15 |
{% endblock %} |
12 | 16 |
|
Also available in: Unified diff
fail login if ldap not available (#6827)