what is the point of auth = Auth(db) in your code without having an auth_user table? I must be missing something about what you are trying to do.
On Friday, 31 August 2012 13:58:19 UTC-5, Anthony wrote: > > You cannot have a navbar without defining tables. This would never have >> worked and it should not work. >> > > Looks like it would be easy to make an alteration so navbar wouldn't > require the auth tables to be defined. We could add an > auth.settings.use_username setting and use it as an alternative way to do > auth.define_tables(username=True). The navbar function could then check > that setting instead of inspecting the table. > > Anthony > --

