Downloads
Release notes
#453436: Add configurable setting that enforces explicit AND between multiple node access modules, thanks: mcarbone
A new admin setting Administer >> Site configuration >> Module grants was introduced to make the simultaneous use of multiple content access control modules even more natural, especially when on the same site some content types are involved in workflow and/or taxonomies while other content types are not.
This checkbox has an effect only when two or more content access modules are enabled and one of the modules makes no statement about a node being accessed. If this box is checked ("lenient", the default), then a content access module saying nothing (via the node_access table) about the node in question will be deemed to be ok with the user having access to it. If not checked ("strict"), then a module saying nothing will be taken as a "deny access" (pre 6.x-2.4 behaviour).