Re: Multiple groups per user and ACL

2009-05-14 Thread Mr-Yellow
You can hack ACL.php to allow this. Make it return TRUE for ALLOW, FALSE for DENY, and '' (empty string) for "NOT SET". This way code that is looking for a boolean will still detect the empty string as false. Having this option of "no permissions" allows you to have groups which don't specifica

Multiple groups per user and ACL

2009-05-14 Thread Misplacedme
I'm needing a slightly tougher method of verifying a users access. There will be 3 tables. Users (id,username, password) Groups (id, group_name) group_users (id, user_id, group_id) I'm assuming that the acos, aros, and acos_aros tables will be used as well, or some variation of it. All access i