An unknown area to me and have tried searching for mysql help elsewhere with no luck.
I note that in the 'acl_users' section there appear to be two settings for 'auth_setting', 0 or 1.
In simple terms(!) what is this setting please?
Code: Select all
// ACL
define('ACL_NEVER', 0);
define('ACL_YES', 1);
define('ACL_NO', -1);