You can defined your own auth_user before auth.define_table and your own 
will be used. Or you can use

auth.settings.extra_fields['auth_user'] = 
[Field(...),Field(...),Field(...), ... ]

before auth.define_tables()

On Monday, 25 June 2012 18:43:33 UTC-5, Horus wrote:
>
> is there a way to add other tables to the current auth table setup ?
> I am aware of customizing existing tables but not adding tables to the 
> database structure. 
>
> e.g. 
>
> Is it VALID to add other tables such at a country table and have auth_user 
> reference this table without breaking web2py internals?
> How can this be done if possible?
>

-- 



Reply via email to