The core of CakePHP contains a system to control access rights based on Access control list. This mechanism is very useful, but It’s not very easy to dive in the first time you try to use it. Moreover, CakePHP doesn’t provide out of the box an interface to configure the rights managed through ACL. This plugin is such an interface allowing to manage permissions of your application’s users and roles. This plugin automaticaly detect any new controllers and/or actions.
This ACl plugin allows you to manage the content of the aros, acos and aros_acos tables, used by the CakePHP ACL Component. Its interface is partially inspired by the one you can find in the Croogo CMS, and a part of the code comes from this tutorial of the CakePHP documentation. This plugin requiring CakePHP 1.3.x, table users and table role on your database.
Requirements: CakePHP 1.3.x
Demo: http://demo.alaxos.ch/admin/acl/aros/users
License: Free License
<!-- SEO SearchTerms Tagging 2 Plugin -->

