Fran, Thanks for your reply and assistance. When I saw your message to Sebastian's post (http://groups.google.com/group/web2py/browse_thread/ thread/94abde666464f079?hl=en), I realized that there still must be a learning curve associated with Auth. I'm using the windows version. Last night I finally got smart and downloaded the source code version. Still reviewing the file tools.py, but my python skills are still in the developing slowly category. I'll try your suggestions today.
Thanks again, Bill On Jun 6, 8:54 am, Fran <[email protected]> wrote: > On 5 June, 16:29, Bill <[email protected]> wrote: > > > auth2.settings.table_user = db.define_table( > > self.settings.table_user_name, > > I don't think you can use 'self' here. > Needs to be: > auth2.settings.table_user_name > > > '%s.email' % self.settings.table_user._tablename)] > > Likewise: > auth2.settings.table_user._tablename > > 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 -~----------~----~----~----~------~----~------~--~---

