auth
auth copied to clipboard
rbac
https://github.com/CakeDC/auth/blob/master/Docs/Documentation/SimpleRbacAuthorize.md
on the docs I find config['Auth']['authorize']['CakeDC/Users.SimpleRbac'] ..... 'log' => false
I try change the setting by using 'Auth.authorize.CakeDC/Users.SimpleRbac.log' => false, in users config.
but get the warning Users plugin configuration key "Auth.authorize" was removed, please check migration guide
I did change the code like this I dont want to log every rule matched into a log file...
if (!isset($config['log'])) { $config['log'] = false; }
I see you are using users plugin, add this config 'Auth.RbacPolicy.adapter.log' => false