On Friday, June 17, 2011 2:08:45 PM UTC-4, max wrote: > > i want to give for ceratin records of a table different user > permissions. > can the authentication of web2py used for this?
Look at add_permission and has_permission here: http://web2py.com/book/default/chapter/08#Authorization. You can specify permissions for tables and record ID's. Or, if you're using CRUD, you can link auth with CRUD: http://web2py.com/book/default/chapter/08#Authorization-and-CRUD. Anthony

