[web2py] Help with auth extra fields

2012-01-31 Thread Jarvert
Hi, I am new to web2py and have been enjoying it immensely. I have been trying to add extra fields to the db.auth_user. In particular, I am trying to associate additional profile details like a "avatar" and other stats to a user...postal code..and so on. I have tried in the db.py: auth=Auth(db)

[web2py] Re: Help with auth extra fields

2012-01-31 Thread Jarvert
On Feb 1, 1:23 am, Massimo Di Pierro wrote: > What if you just do: > > auth=Auth(db) > auth.settings.extra_fields['auth_user']= [Field('Skype')] > auth.define_tables() > > On Jan 31, 9:55 am, Jarvert wrote: > > > > > > > > &