summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/doc/source/create-database.rst5
-rw-r--r--askbot/skins/common/media/jquery-openid/jquery.openid.js2
2 files changed, 2 insertions, 5 deletions
diff --git a/askbot/doc/source/create-database.rst b/askbot/doc/source/create-database.rst
index 55d5cd1c..9b262af7 100644
--- a/askbot/doc/source/create-database.rst
+++ b/askbot/doc/source/create-database.rst
@@ -15,10 +15,7 @@ To use postgresql - install it (please see documentation elsewhere).
After you have the database inself, add python bindingngs to postgresql::
- pip install psycopg2==2.4.1
-
-.. note::
- Note the specific version of the library required! There may be issues with the later version.
+ pip install psycopg2
To create a database, log in to postgresql as user postgres, create a user (if necessary), create a database, and enable the user account to log in to the database::
diff --git a/askbot/skins/common/media/jquery-openid/jquery.openid.js b/askbot/skins/common/media/jquery-openid/jquery.openid.js
index 1d972b55..29b31b34 100644
--- a/askbot/skins/common/media/jquery-openid/jquery.openid.js
+++ b/askbot/skins/common/media/jquery-openid/jquery.openid.js
@@ -278,7 +278,7 @@ $.fn.authenticator = function() {
signin_form.submit();
}
else {
- if (FB.getSession()){
+ if (FB.getAuthResponse()){
signin_form.submit();
}
FB.login();