> > Yea thanks I tried that as well with no luck.
Then you're doing something else wrong. It might help if you show all of the code. If you have a model file that does: db = DAL(...) ... auth = Auth(db) auth.define_tables() The db.auth_user will be available in any subsequent model as well as any controller and view. If that's not the case, you have an error somewhere else. > For new users there should be a guide to setting all of this up correctly. It's not clear what information is needed here. If you have done the above, it should work. Also, note if you need an easy way to manage Auth, in trunk there is some new functionality for this: https://groups.google.com/d/msg/web2py/HdvSyZCJad4/5y1xQw3D2RgJ. Unlike the slice you are using, it doesn't put the user record and a grid of memberships in a modal together, but for each user record, it does provide a link that lets you directly manage that user's memberships (using smartgrid). Anthony -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

