Re: [web2py] Moving auth_user and related tables to another schema

2016-06-15 Thread Johann Spies
Thanks Richard, On 13 June 2016 at 16:21, Richard Vézina wrote: As far as I know web2py only support public schema, though as you mention I > think can support other schema with rname... You mention to use it that > way, it not working with auth if you create custom auth table model > definition?

Re: [web2py] Moving auth_user and related tables to another schema

2016-06-13 Thread Richard Vézina
As far as I know web2py only support public schema, though as you mention I think can support other schema with rname... You mention to use it that way, it not working with auth if you create custom auth table model definition? Richard On Mon, Jun 13, 2016 at 10:04 AM, Johann Spies wrote: > W