X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..4f0d028414c1762c17d2cc08f961f169678cab59:/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..6f653f8
--- 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 %}
@@ -24,47 +26,62 @@
{% if 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." %}