summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-04-05 21:00:55 +0000
committertailor <cygnus@janrain.com>2007-04-05 21:00:55 +0000
commit9cba459502c81c7952e9eab9ca73928433a2ec7b (patch)
treec30e7ad75e4e54e95d649f38f75e45b77786e38f /NEWS
parent4d3de36adbcdca276f2c01b689349c6072e7c140 (diff)
downloadphp-openid-9cba459502c81c7952e9eab9ca73928433a2ec7b.zip
php-openid-9cba459502c81c7952e9eab9ca73928433a2ec7b.tar.gz
php-openid-9cba459502c81c7952e9eab9ca73928433a2ec7b.tar.bz2
[project @ NEWS update]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8a010f1..7bad4cf 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,10 @@ encounter errors about the wrong number of columns in the oid_nonces
table. To run the script, you'll need a python module supporting your
database type: pysqlite2, psycopg, or MySQLdb.
+If you cannot run the Python script, you can re-create your store by
+dropping the tables in the store and calling createTables() on the
+store object.
+
Consumers should now pass an additional parameter to
Auth_OpenID_Consumer::complete() to defend against return_to URL
tampering.