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

- Fixed the PHP 8.1 deprecation of passing non-string to ctype_digit - Updated testsuite to CakePHP 4.3+ **Refs** https://wiki.php.net/rfc/deprecations_php_8_1#ctype_function_family_accepts_int_parameters https://www.php.net/manual/en/function.ctype-digit.php

- The AclBehavior used the singular table name to add the `hasMany` association which leats to usage of the wrong table. - I also replaced `App::className()` with `Acl.` because the...

CakePHP: 4.2.3 PHP: 8.0.1 Composer: 2.0.9 OS: Windows 10 Hello, I'm attempting to include the Acl plugin. However, when I run `composer require cakephp/acl` it selects Acl version 0.6.0, which...

I want to use prefix in controller, and I executed this command for this: `bin/cake bake controller --prefix admin users` This generate a folder "Admin" in "Controllers", but when I...

Getting "AclNode::node() - Couldn't find Aros node" error when saving associated entities with aliases 2021-01-27 14:13:06 Error: [Cake\Core\Exception\Exception] AclNode::node() - Couldn't find Aros node identified by "Array ( [Aros0.model] =>...

Complete error message: AclNode::node() - Couldn't find Aros node identified by "Array ( [Aros0.model] => Clients [Aros0.foreign_key] => 6 ) " I am trying to save a Proposal entity associated...

I am removing records from users table, and it is taking too long aprox 1 min to delete a record from users and other table of ACL. How to speed...

Remove out message `` tag in function acoUpdate in class AclExtras. As when $this->Flash->render() in view it shows the message with tag like below `Aco Update Complete` Same for `Plugin...

enhancement
help wanted

This is a enhancement. By cake3 prefix, I think `acl` plugin cannot detect whether the aco is prefix alias or plugin alias in database. Then, this causes issue like a...

cakephp 3.5.4 acl 0.2.5 ``` $ ./bin/cake bake controller Tags $ ./bin/cake bake plugin Tags $ ./bin/cake bake controller --plugin Tags Tags $ ./bin/cake acl_extras aco_sync Created Aco node: controllers/Tags...