X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/052a64d5a899eea7f0d86b42951bc410fba2ed3e..15eabbf86190e4bc8ae9dc747d853b0300976b12:/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 798faeb..5514cc5 100644 --- a/forum/skins/default/templates/auth/signin.html +++ b/forum/skins/default/templates/auth/signin.html @@ -24,10 +24,11 @@ {% trans "User login" %} {% if msg %} -

{{ msg }}

+

{{ msg }}

{% endif %} {% for provider in top_stackitem_providers %} -
+ + {% csrf_token %} {% include provider.stack_item_template %}
@@ -36,7 +37,10 @@

{% 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 %}
@@ -47,52 +51,61 @@
{% for provider in bigicon_providers %} {% endfor %}
{% for provider in smallicon_providers %} {% endfor %}
+ {% csrf_token %}
{% for provider in stackitem_providers %}

{% trans 'Or...' %}

-
+ + {% csrf_token %} {% include provider.stack_item_template %}
{% endfor %}

{% trans 'Or...' %}

-
- {% trans 'Click' %} here {% trans "if you're having troubles signing in." %} -
+
+ {% csrf_token %} +
+ {% trans 'Click' %} {% trans 'here' %} {% trans "if you're having trouble signing in." %} +
+