K 10 svn:author V 5 erwin K 8 svn:date V 27 2005-12-12T14:22:06.000000Z K 7 svn:log V 438 Role based access control is very simple: every user has a list of roles, which that user is allowed to assume, and every restricted part of the app makes an assertion about the necessary roles. If the user is a member in all of the required roles access is granted. Otherwise, access is denied. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authorization-Roles PR: ports/90272 Submitted by: Lars Balker Rasmussen END