Did you do the same with first_name as well? I'm getting the
following with SVN 1421:
Traceback (most recent call last):
File "/media/apps/web2py/gluon/restricted.py", line 184, in
restricted
exec ccode in environment
File "/media/apps/web2py/applications/main/controllers/default.py",
line 54, in <module>
File "/media/apps/web2py/gluon/globals.py", line 103, in <lambda>
self._caller = lambda f: f()
File "/media/apps/web2py/applications/main/controllers/default.py",
line 33, in user
return dict(form=auth())
File "/media/apps/web2py/gluon/tools.py", line 686, in __call__
redirect(self.url(args='login'))
File "/media/apps/web2py/gluon/tools.py", line 1137, in register
error_message=self.messages.mismatched_password)),
KeyError: 'first_name'
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---