Why dont you do something like this?
auth.settings.extra_fields['auth_user'].append(Field('country')) to
add a "country" field to the user tableOn Jul 29, 6:06 pm, Anthony <[email protected]> wrote: > On Friday, July 29, 2011 12:49:46 PM UTC-4, Ramos wrote: > > > do i need this line > > auth.define_tables() > > Yes, that should come after you define your custom table(s) -- it defines > any Auth tables that have not already been defined (using default table > definitions). > > Anthony

