From d305ad98090558eb872c97f69addd2163f8ba5bd Mon Sep 17 00:00:00 2001 From: hrcerqueira Date: Fri, 22 Jan 2010 01:39:13 +0000 Subject: Handle the case were user logs in with facebook for the first time. --- templates/authopenid/complete.html | 8 +++++++- templates/authopenid/signin.html | 2 +- templates/fbconnect/xd_receiver.html | 1 + templates/xd_receiver.html | 1 - 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100755 templates/fbconnect/xd_receiver.html delete mode 100755 templates/xd_receiver.html (limited to 'templates') diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html index ce5fb7fe..efed74c7 100644 --- a/templates/authopenid/complete.html +++ b/templates/authopenid/complete.html @@ -34,6 +34,8 @@ parameters: {% else %} {% blocktrans %}register new external {{provider}} account info, see {{gravatar_faq_url}}{% endblocktrans %} {% endif %} + {% else %} + {% blocktrans %}register new Facebook connect account info, see {{gravatar_faq_url}}{% endblocktrans %} {% endifequal %} {% endifequal %} @@ -69,7 +71,11 @@ parameters: {% ifequal login_type 'openid' %}
{% else %} - + {% ifequal login_type 'facebook' %} + + {% else %} + + {% endifequal %} {% endifequal %} {{ form1.next }}
diff --git a/templates/authopenid/signin.html b/templates/authopenid/signin.html index 3a12f1c6..da1e5491 100755 --- a/templates/authopenid/signin.html +++ b/templates/authopenid/signin.html @@ -64,7 +64,7 @@
  • - +