I already had

from gluon.tools import *

# the new way
auth=Auth(db)  # this causes error

# the old way
auth=Auth(globals(),db) # still works

On Jun 5, 11:12 am, pbreit <[email protected]> wrote:
> I have this:
>
> from gluon.tools import Auth
> auth = Auth(db)

Reply via email to