diff options
author | tailor <cygnus@janrain.com> | 2007-04-05 21:00:55 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-04-05 21:00:55 +0000 |
commit | 9cba459502c81c7952e9eab9ca73928433a2ec7b (patch) | |
tree | c30e7ad75e4e54e95d649f38f75e45b77786e38f /NEWS | |
parent | 4d3de36adbcdca276f2c01b689349c6072e7c140 (diff) | |
download | php-openid-9cba459502c81c7952e9eab9ca73928433a2ec7b.zip php-openid-9cba459502c81c7952e9eab9ca73928433a2ec7b.tar.gz php-openid-9cba459502c81c7952e9eab9ca73928433a2ec7b.tar.bz2 |
[project @ NEWS update]
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |