I am using this module together with content_access.module. My site has 2 roles. My node type uses content_access to allow role #1 to view any content of this node type, and role #2 cannot view any content. I am using Node Access User Reference to allow certain users of role #2 to ability to view these nodes. Now, if I reference one user of role #2, does that mean that only that person can view this node - even all the people of role #1? Because that's what it seems like.

Hope that made sense.

Comments

mstef’s picture

Confirmed. That is what is happening.

I have this module set with the highest priority because it's the only way to override the content_access controls by referencing a user.

This means, despite the weight options, this module is unusable with another access module.

mstef’s picture

Category: support » feature

This module needs to be edited to not restrict access based on who isn't included, and only to grant access.

mstef’s picture

Status: Active » Closed (fixed)

Apparently, setting the weights the same resolves the issue. My mistake.