> > I did read the manual but perhaps I'm missing something? > From Page 411 in the web2py manual: > > auth.add_permission(group_id, 'name', 'object', record_id) > > Note, 'object' is in quotes there, which is meant to indicate it is an example value, not the actual keyword argument name. In fact, the name of the third argument to add_permission() is table_name (it is often used to give permissions on tables, though technically it can refer to any object, not just tables).
Anthony --