Forum Discussion

iftomkins's avatar
10 years ago

Creating a redirect for users without a login name, but user.login has a mystery default value

I'm trying to create a redirect on the page initialization page, which will run of the user does not have a login name. Our community is private, and to view it at all you have to be logged in via SS...
  • ChiaraS's avatar
    ChiaraS
    10 years ago

    hi iftomkins

     

    you can try the following to target partially registered users:

     

    <#if user.anonymous == false && user.registration.complete == false >
    ...
    </#if>