> > 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 --