Is there something like the ASP.NET LoginView control to allow me to display an anonymous template or a Logged-in template?
Out of the box, both the anonymous and logged in version of the homepage display the activity stream, blog posts, and the group list. When an user is not logged in, I just want to display some message about my website and the register/sign-in box.
I would like to handle this without having to write custom code in all of the widgets on the page.