X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..3836f671d7aeb82e5c54ac8ee6fe687ce7bb4ecc:/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
old mode 100755
new mode 100644
index d4ee9fc..22225d2
--- 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,49 +24,64 @@
{% trans "User login" %}
{% if msg %}
-
{{ msg }}
+
{{ msg }}
+ {% endif %}
+ {% for provider in top_stackitem_providers %}
+
+ {% endfor %}
+ {% if top_stackitem_providers %}
+
{% 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 opurtunity to validate my email next to the external provider I choose." %}
+ {% trans "Validate my email after I login." %}