Thanks for your reply, > have you tried: > # defines all needed tables without migration/table files > auth.define_tables(migrate=False) > > where you configure auth for your app?
I didn't now I could set migrate=False on the auth_ tables, this isn't documented anywhere, is it? I did indeed solve my problem. Kind regards, Annet.