Category based permission troubles
I am having an issue with trying to hide content from users based on categories. I have set up the following:
Groups
- Registered: tiki_p_view_categories, tiki_p_view_categorized (tiki_p_view inherited from Anonymous)
- Editors: tiki_p_edit_categorized (inherits Registered)
- Users_1: (inherits Registered)
- Users_2: (inherits Registered)
- Users_3: (inherits Registered)
- Editors_1: (inherits Editors)
- Editors_2: (inherits Editors)
- Editors_3: (inherits Editors)
Users
- user_1: belongs to Users_1
- user_2: belongs to Users_2
- user_3: belongs to Users_3
- editor_1: belongs to Editors_1 and Users_1
- editor_2: belongs to Editors_2 and Users_2
- editor_3: belongs to Editors_3 and Users_3
Categories
- cat_1: tiki_p_view_categories -> Users_1, tiki_p_admin_categories -> Editors_1, Admin
- cat_2: tiki_p_view_categories -> Users_2, tiki_p_admin_categories -> Editors_2, Admin
- cat_3: tiki_p_view_categories -> Users_3, tiki_p_admin_categories -> Editors_3, Admin
I am under the assumption that a page that has been categorized 'cat_1' would only be able to be seen by anyone in Users_1 or Editors_1 groups, but user_1 is displayed a 'Permission denied you cannot view this page' when going to a page categorized in 'cat_1'.
Am I missing somthing, or are my assumptions incorrect?
tia,
Oorastard