Posted
on Jan 9, 2011
(permalink)
I cant seem to figure out what would be a pretty easy thing to do.
I am wanting to require login to view certain sections of the front end.
I have created a login page and added a Login control. That is working.
What I cant seem to figure out is how to deny the anonymous user the permission to view those sections.
I assumed I would just deny view permission to the "everyone" role but "deny" is grayed out.
What am I missing here?
Also, what would make it redirect to my login page should an anonymous user hit that protected page?
Thanks.