Thanks, but that still isn't working for me.
Interesting parts of the traceback:
<type 'exceptions.AttributeError'>('Row' object has no attribute 'first_name')
web2py\gluon\dal.py in __getitem__ at line 6453 code arguments variables
Function argument list
(self=<Row {'interests': ['chocolate'], 'registration_...1,
'name': '', 'email': '[email protected]'}>, key='first_name')
Maybe there's some way to change the 'key' there?
On Sat, Dec 29, 2012 at 7:03 AM, Massimo Di Pierro
<[email protected]> wrote:
> {{=auth.navbar(user_identifier='%(email)s')}}
--