jchen
11 years agoBoss
login component for community pages
My community is currently closed and we're in the process of opening it. Registraiton is a little tricky, but we'd like people to be able to at least view our community--posts, articles, etc.
On each of our pages, there's a login component that starts with
<#if user.anonymous>
Would we remove this to allow the public access? Or is there something I'm missing?
Hi jchen
You're welcome.
Apart from the check for whether the user is registered, the component in your post only contains static content - so it shouldn't cause any errors to display it to all users.
To make it visible to all users you need remove the first and last lines (<#if ...> and </#if>).