Let assume a node with several categories, like Cat_A, Cat_B and Cat_C. let’s assume Cat_A and Cat_B are visible to anonymous user but Cat_C is only accessible to register users. Now it seems that in such a case Taxonomy_Access give access to that node to an anonymous user. I wish in such a case the anonymous user did not have access.
To summarize: If one of more of the taxonomy refuse access, access should not be granted.
It there a patch to achieve that ?

Comments

kurkuma’s picture

keve’s picture

Status: Active » Fixed

In 4.6 permissions are OR-ed together.

in CVS version i made a new permission system w/ Allow/ignore/deny settings. With that you can play a lot more around. :)

Anonymous’s picture

Status: Fixed » Closed (fixed)