Is there a way with Views in Drupal (v7, if it's important) to change the content of a block based on access control?
Essentially, what I want to do is always show the block but, if it's an anonymous user accessing the page, display some custom "Access Denied" content. I would think this would be a fairly common thing but I haven't been able to find anything on it.
Suggestions?