Hi!
I'm using ldap auth and after the web2py update I get:
Traceback (most recent call last):
File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/gluon/restricted.py",
line 205, in restricted
exec ccode in environment
File
"/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/applications/webadmin/controllers/default.py",
line 2072, in <module>
File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/gluon/globals.py",
line 182, in <lambda>
self._caller = lambda f: f()
File
"/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/applications/webadmin/controllers/default.py",
line 2051, in user
return dict( form = auth() )
File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/gluon/tools.py", line
1197, in __call__
return getattr(self,args[0])()
File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/gluon/tools.py", line
1832, in login
if temp_user.registration_key == 'pending':
File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/gluon/dal.py", line
6156, in __getattr__
return self[key]
File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/gluon/dal.py", line
6147, in __getitem__
return dict.__getitem__(self, key)
KeyError: 'registration_key'
http://code.google.com/p/web2py/issues/detail?id=876