X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..8e7eac3f6dd10c8a995584f8e090a7ad92c86c15:/forum/skins/default/templates/auth/signin.html
diff --git a/forum/skins/default/templates/auth/signin.html b/forum/skins/default/templates/auth/signin.html
index 4c06278..22225d2 100644
--- a/forum/skins/default/templates/auth/signin.html
+++ b/forum/skins/default/templates/auth/signin.html
@@ -3,6 +3,8 @@
{% load i18n %}
{% load extra_tags %}
+{% block title %}{% spaceless %}{% trans "Login" %}{% endspaceless %}{% endblock %}
+
{% block forejs %}
{% for provider in all_providers %}
@@ -22,10 +24,10 @@
{% trans "User login" %}
{% if msg %}
-
{{ msg }}
+
{{ msg }}
{% endif %}
{% for provider in top_stackitem_providers %}
-
@@ -34,45 +36,52 @@
{% trans 'Or...' %}
{% endif %}
- {% trans "Click to sign in through any of these services." %}
+ {% blocktrans %}
+ External login services use OpenID technology, where your password always stays confidential between
+ you and your login provider and you don't have to remember another one.
+ {% endblocktrans %}
{% if request.user.is_anonymous %}
- {% trans "Take the oppurtunity to validate my email next to the external provider I choose." %}
+ {% trans "Validate my email after I login." %}