We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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; }
Sorry, something went wrong.
I see you are using users plugin, add this config 'Auth.RbacPolicy.adapter.log' => false
'Auth.RbacPolicy.adapter.log' => false
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: