X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..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
index 4c06278..6f653f8 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 %}
@@ -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." %}
{% endif %}
{% for provider in bigicon_providers %}
- {% ifequal provider.type "DIRECT" %}
-
-
-
- {% endifequal %}
- {% ifequal provider.type "CUSTOM" %}
- {% include provider.code_template %}
- {% endifequal %}
- {% ifequal provider.type "SIMPLE_FORM" %}
-
- {% endifequal %}
+
+ {% ifequal provider.type "DIRECT" %}
+
+
+
+ {% endifequal %}
+ {% ifequal provider.type "CUSTOM" %}
+ {% include provider.code_template %}
+ {% endifequal %}
+ {% ifequal provider.type "SIMPLE_FORM" %}
+
+ {% endifequal %}
+
{% endfor %}
{% for provider in smallicon_providers %}
- {% ifequal provider.type "DIRECT" %}
-
-
-
- {% endifequal %}
- {% ifequal provider.type "CUSTOM" %}
- {% include provider.code_template %}
- {% endifequal %}
- {% ifequal provider.type "SIMPLE_FORM" %}
-
- {% endifequal %}
+
+ {% ifequal provider.type "DIRECT" %}
+
+
+
+ {% endifequal %}
+ {% ifequal provider.type "CUSTOM" %}
+ {% include provider.code_template %}
+ {% endifequal %}
+ {% ifequal provider.type "SIMPLE_FORM" %}
+
+ {% endifequal %}
+
{% endfor %}
@@ -88,9 +97,11 @@
{% endfor %}
{% trans 'Or...' %}
-
- {% trans 'Click' %} here {% trans "if you're having troubles signing in." %}
-
+