I'm trying to limit access to one of my views to a particular role. (I've often seen the role Access options but never attempted to use them.)

Well, this is what I'm getting:

*) When I'm not logged in (aka - "anonymous") the view directs me to the error page (this is good)

*) When I am logged in (via a user not yet given the role selected in my view config) the view shows (not good)

I'm sure I'm overlooking something, but what?

I've recreated the view and cleared the cache - no luck.

Comments

cozzi’s picture

Status: Active » Closed (fixed)

I knew it was me!

I was overlooking that the role (I was attempting to block) was already given access to "All Views" at the Role Access Control level.

Cheers!

michalczernik’s picture

Thanks for posting back, I have done some mistake... ;o)