acl icon indicating copy to clipboard operation
acl copied to clipboard

Plugin for managing ACL in CakePHP applications.

Results 16 acl issues
Sort by recently updated
recently updated
newest added

I wanted to import data from my users table into aros table and here's what I ended up with. My idea is to generate ARO nodes based on another table,...

enhancement

I am porting from CakePHP 2 to 3 and have noticed that the names in the 'model' field of the Aros table should now be plural (i.e. 'Group' is now...

_From @notoriousturtle on July 6, 2017 6:26_ * [x] bug * [x] feature request (see bottom of post) * CakePHP Version: 3.7.7 * Platform and Target: 7.0.18-0ubuntu0.16.04.1 ### What you...

Defect

I'm implementing CakePHP/Acl with the FriendsOfCake/Crud plugin, and after sync'ing all acos, none of the Crud actions appeard in the `Acos` table. This is because these actions aren't really methods,...

enhancement

Hi, I was wondering how to run console commands like `bin/cake acl_extras aco_sync` or `bin/cake acl grant Groups.1 controllers` that targets a specific connection in a Multi-Tenancy Shard patterned App?...

enhancement

Error thrown: Call to a member function check() on null ROOT/vendor/cakephp/acl/src/Adapter/CachedDbAcl.php at line 55 Manually modifying Permission object from private to protected on DBAcl class seems to solve the problem.