Views permissions not honored

public
group: Seattle
nickoli - Thu, 2008-05-15 20:15

Hi, I've just set up a couple of views for different users and roles. A couple of them are for CMs only but anonymous users are getting access. Has anyone encountered this before? We've got the particular roles set on the view/edit
Drupal 5.2... Node_access module.

Thanks!

access controll > view all views

nickoli - Fri, 2008-05-16 21:28

Found it there!

Try uninstalling Node_access

regx@drupal.org's picture
regx@drupal.org - Sat, 2008-05-24 13:18

Try disabling the node node_access module, and then disabling and re-enable views. This should rebuild the node_grants for the views.
That should get the view permissions working.

If reinstalling node_access breaks the views permissions, then that is your problem.
Modules that control access should re_build the grants table when disabled / enabled

To me it sounds like node_access is not using db_rewrite or something like that, and setting the grants view to enables for all nodes.