Tried this with both as username or e-mail logins. Has anyone experienced this? I see no errors in the console and was able to install this fine in another project. I also have Custom Content installed. Code in the template is as follows:
Code: Select all
{if $ccuser->loggedin()}
{content}
{else}
<p>Please login for authorization to view content.</p>
{FrontEndUsers}
{/if}

