Re: [web2py] Re: models for auth system
On 2010-06-29 14:30, Chris S wrote: that's what you're looking for. Yes! Thank Chris.
[web2py] Re: models for auth system
Gluon/tools.py You'll find the Auth class in there. In auth is defin_tables() where you'll see the default tables. You'll notice it only defines the defualts if you haven't specified a custom table in it's place. That's where I looked to figure out how to define custom fields in the Auth table.