Hello Jeff, identity management worked great for me so far, I really like it!
I have setup a small login/logout/show current user application based on the docs from http://trac.turbogears.org/turbogears/wiki/IdentityManagement but unfortunately the new revision 385 breaks the apps, I only get: [...] "/usr/lib/python2.4/site-packages/SQLObject-0.7.0-py2.4.egg/sqlobject/mysql/mysqlconnection.py", line 60, in _executeRetry return cursor.execute(query) File "/usr/lib/python2.4/site-packages/MySQLdb/cursors.py", line 137, in execute self.errorhandler(self, exc, value) File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 33, in defaulterrorhandler raise errorclass, errorvalue OperationalError: (1054, "Unknown column 'expiry' in 'field list'") Is there some documentation how to setup identity management with the new provider or a howto what to change in current apps? With best Regards, Fabian Erbach

