Re: [web2py] Re: Auth not showing all my custome feilds... [SOLVED]

2010-05-15 Thread Jason Brower
With a bit of effort I rebuilt it to work by meerging my code with the documentation found in the manual. Ish... lots of work... but for the sake of showing it to others, here you go. Thank you for the book. It was the big saver in all this. --- BR, Jason On Wed, 2010-05-12 at 21:05 -0700, mdipie

Re: [web2py] Re: Auth not showing all my custome feilds...

2010-05-14 Thread Jason Brower
It didn't seem to make any difference unfortunately. To be thorough I will include the entire db.py to make sure I didn't miss something. This site goes live in a few weeks and it would be nice to have this feature. Best Regards, Jason Brower On Wed, 2010-05-12 at 21:05 -0700, mdipierro wrote: >

[web2py] Re: Auth not showing all my custome feilds...

2010-05-12 Thread mdipierro
Not sure this should have ever worked. It needs This: self.settings.table_user = db.users should be: self.settings.table_user_name = 'users' Honestly I have not tested much what happens if you rename the auth_user table. Please let us know if you encouter ther problems. On May 12, 10:19 pm, Jas