Can path_access coexist with other access control modules such as taxonomy_access or organic groups? I am asking because different access control modules usually do not get along well.
Can path_access coexist with other access control modules such as taxonomy_access or organic groups? I am asking because different access control modules usually do not get along well.
Comments
Comment #1
buddaYes, it's fine.It doesn't use the same dbase tables as other access control systems so there should be no clashes.
It will override what ever other restrictions you define, as path_access does its checks before any other modules get a look in.
Comment #2
budda