Thanks for fixing the issue. > Fixed in trunk but you should not use Auth without auth.define_tables() > (that is really causing the problem).
My auth_user table contains a field that references a table node, so I have to define the table node before defining the auth_ tables. Since I prefer to do 'other stuff' before defining tables, I comment out all mail and auth lines of code except the import statement and auth = Auth(db). When I do not use Auth I get an error ticket, because Auth is needed in web2py's code. Kind regards, Annet. --

