I tried something else, in the auth_table definition I set migrate=False and I made the auth.define_tables() statement a comment:
# auth.define_tables() # creates all needed tables I am now able to expose the default/index function and the functions that do not require login, however, in the list of available databases and tables only the auth_user table is listed. The auth_event, auth- group, auth_membership, auth_permission tables are not listed. Their .table files are in the databases folder and the PostgreSQL database contains the respective tables. Why aren't they listed, they have been defined. So no solution to the problem. Kind regards, Annet.
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.