On 5 June, 16:29, Bill <isp...@gmail.com> 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 web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to