I think the current web2py access control mechanism is unnecessarily 
complicated.  It is both role based and task based.  But this difference 
here is just semantics (i.e. you can define a group that can do a certain 
task).

The only actually difference is in terms of implementation, not conceptual. 
 Task based access can be defined on "objects" (tables).  But then again, 
this is just unnecessary, because role based access can also be made to 
operate on objects/tables.


-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to