Closed (fixed)
Project:
Taxonomy Access Control
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2010 at 23:08 UTC
Updated:
12 Mar 2010 at 00:10 UTC
Hi folks-
Just a simple question, I hope...
Is there a danger in combining two modules for user permissions?
I'm already using "Nodeaccess" to grant permissions on a node-by-node basis. However, I'd also like the ability to wholesale cut access to everyone in "Level 1" role from seeing "level 2" taxonomy.
Any problem using both modules?
-paul
Comments
Comment #1
xjmIn my experience, you can combine multiple modules, but you'll want to test very thoroughly to make sure the behavior is as you expect for each specific combination of privileges. I've found that it helps to view various access control modules as being additive: they can add permissions not granted by other modules, but generally don't revoke other modules' permissions.
Comment #2
xjmAlso, I've found the devel module's node access utilities to be extremely helpful in testing and troubleshooting with multiple access control modules.
Comment #3
xjmComment #4
xjmSee also:
#695376: How give term-based Taxonomy Access Control VIEW DENY over type-based Content Access VIEW ALLOW