auth=Auth(globals(),db)
auth.settings.table_user=db.define_table('auth_user',.... fields
including first_name, last_name, email, password, registration_key ...
length=128..
... validators on this table ...
auth.define_tables()




On Apr 6, 1:49 am, Oscar <[email protected]> wrote:
> Thank you!
>
> So... how I can extend fields, I already asked that for T2 but what
> about auth?
>
> Regards,
>
> Oscar.
>
> On 25 mar, 14:01, mdipierro <[email protected]> wrote:
>
> > That line is added by web2py at runtime. I but it appears in the
> > ticket not in the code and that would be ok,
>
> > On Mar 24, 1:22 pm, Fran <[email protected]> wrote:
>
> > > On Mar 24, 4:52 am, Oscar <[email protected]> wrote:
>
> > > > response._vars=response._caller(user)
>
> > > Why do you have this line in default.py?
>
> > > I would try removing this...
>
> > > F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to