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 -~----------~----~----~----~------~----~------~--~---

