Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Views Data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2008 at 23:26 UTC
Updated:
15 Jan 2008 at 12:10 UTC
I created a view of an existing Page. My intention is that only authenticated users should be able to see this page.
When I create my view, I leave anonymous users unchecked. Under Access Control, I have "access all views" unchecked for anonymous users. For a filter, I added the "Node: Published" filter only.
However, anonymous users can still access the page.
Any hints as to what I am missing?
Thanks,
Mike
Comments
Comment #1
leeksoup commentedJust guessing .. but did you leave all boxes unchecked in your view's access list? If so, it is accessible to all users, i.e.
Comment #2
m.roma commentedNo, only the anonymous users box is unchecked.
-Mike
Comment #3
bdornbush commentedI just found the same thing. I have the same need, and checked the Authenticated User box, but when I view the site as an anonymous user, I can see the view.
Comment #4
m.roma commentedI think this is more of a bug than a support request now. I've done alot of exploring, and can't seem to find an answer.
-Mike
Comment #5
catchDo you have page caching enabled? Does truncating the cache_page table help?
Comment #6
manal commentedsame thing happening with me.
I have a view that I only want users of role admin to have access to it, so I checked the admin role under the view access list, but what happens is anonymous cant access it but any authenticated user can.
Comment #7
catchhttp://drupal.org/node/209933
I think this issue explains your problem.