Did you put this: auth.define_tables()
in the controller instead of a model? Something is not executing that line when you visit appadmin. On Oct 4, 10:17 am, stefaan <[email protected]> wrote: > I've ported an old version of my application from T2 to the new crud/ > auth/smartgrid...stuff. > I'm using the default auth provisions as defined in the scaffolding > application: auth.define_tables() > > Is it possible to inspect the auth tables from the administrative > interface ? > I only see my custom tables listed, but nothing created by auth. > > (The sql.log does contain references to auth tables, and registration/ > login/logout/profile/password recovery all work as expected). > > I'm running web2py 1.99.2 from source on win32. > > Thanks, > Stefaan.

