AclManager
AclManager copied to clipboard
Plugin to manage Acl for CakePHP 2.x
Hi Since I started the AclManager I couldn't log into my application. and I alwys got false from login() methode. In order to resolve the probleme i digged into cakephp...
Added option in bootstrap to define fields to use from ARO Model as an alias field in the ARO table.
Hello i'm having this issue while trying to manage permissions: Error: Maximum execution time of 120 seconds exceeded File: E:\wamp\www\cake\lib\Cake\Utility\Debugger.php Line: 562 Please could anyone help ! Thanks
When i commented as: ``` protected function _getControllers() { // Getting Cake controllers // Not use /* $objects = array('Cake' => array()); $objects['Cake'] = App::objects('Controller'); $unsetIndex = array_search("AppController", $objects['Cake']); if...
``` Missing Database Table Error: Table acls for model Acl was not found in datasource default. ``` Using CakePHP v2.6.2
I'm trying to use AclManager with the CakeDC Users plugin. I've tried entering this in the plugin's bootstrap file: Configure::write('AclManager.aros', array('Group', 'Users.User')); That gives nothing but errors, most notably including:...
This pull request helps in the situations where the ACO object's do not have "id" has primaryKey field. See issue #18
When using Aros with personalized primary key's this changed should be done: In AclController.php line 146 add: $this->set('aroPk', $Aro->primaryKey ); in permissions.ctp change from line 29: $inherit = $this->Form->value("Perms." ....
I'm using your plugin on my cakephp 2.5.3 applications. I get everything to work except the Update ACOs section. No errors no nothing just returns to the requester page. If...
I was following the instructions and Composer didn't find the "stable" version of this package.