Are you talking about in the "welcome" scaffolding application? In there, auth.define_tables(...) automatically defines the auth_user table (always has). If you just want to add fields, no need to manually define the whole table -- instead use auth.settings.extra_fields (see http://web2py.com/books/default/chapter/29/09#Customizing-Auth).
Anthony On Wednesday, April 17, 2013 7:58:00 PM UTC-4, wdtnh wrote: > > I need to modify the auth_user table to add a field. It used to be in > db.py file? Where is it defined now? > > thanks > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

