By zigzog on
I want to limit a view access and its menu for a Role.
For exemple i want to see nodes that are in a particular state.
State field is only visible for a Moderator role.
I created my view and check my Moderator role in Access bloc, but when i log out i can see the menu link and the view content.
Is there something that i miss ?
Comments
You can limit access to the
You can limit access to the view by editing the view.
--
~/.singatrue: file not found
This is what i have done :
This is what i have done :
In Basic information i even only check authenticated user and when i log out, the provided menu is displayed with its accessible private content.
Did you clear the cache?
Go to admin/build/menu to rebuild the menu items.
--
~/.singatrue: file not found
Overridden by views - access all views permission?
I was having the same problem, but when I removed "views module - access all views" permission for anonymous users it solved it.
Maybe this permission overrides the individual views access settings.
Lucy C