[web2py] Re: extra_fields can't showed in auth_user db.

2014-09-08 Thread olivier hubert
I find my problem. I double define auth.define_tables. once in db.py and second in my_tables.py. Only once definition can be declared. Le dimanche 7 septembre 2014 18:14:27 UTC+2, olivier hubert a écrit : > > I Massimo, thanks for your quick response. > Could you confirm the extra fields are norma

[web2py] Re: extra_fields can't showed in auth_user db.

2014-09-08 Thread Massimo Di Pierro
Nothing special. They simply work for me and appear in registration and in profile. I just tried again with 2.9.9. On Sunday, 7 September 2014 11:14:27 UTC-5, olivier hubert wrote: > > I Massimo, thanks for your quick response. > Could you confirm the extra fields are normally showed in profile p

[web2py] Re: extra_fields can't showed in auth_user db.

2014-09-08 Thread olivier hubert
I Massimo, thanks for your quick response. Could you confirm the extra fields are normally showed in profile page after a successful registration or I need to create a custom view to do that? This is the new code for my_tables.py modele # -*- coding: utf-8 -*- #Add authentication to the app. fr

[web2py] Re: extra_fields can't showed in auth_user db.

2014-09-07 Thread Massimo Di Pierro
I cannot reproduce the problem. Mind that you do not need auth = Auth(db, hmac_key=Auth.get_or_create_key()) should be auth = Auth(db) On Sunday, 7 September 2014 07:54:27 UTC-5, olivier hubert wrote: > > I use the web2py version 2.9.8. > I create a simple new app "test_auth" > > In Models