[solved] FrontEndUsers - Login issue?
Posted: Wed Dec 09, 2015 1:57 am
CMSMS v1.12
CG Extensions 1.49.11
CG Simple Smarty 1.9.1
Custom Content 1.10
FrontEndUsers 1.30.6
I created a "secure" template with the following:
I have a page that uses this template (page type: content--not protected) and I've used this approach in other installations before but this one doesn't seem to be cooperating. When I log in, it just refreshes the login page, no errors in console or logs that I can see at all.
Has anyone experienced this issue?
CG Extensions 1.49.11
CG Simple Smarty 1.9.1
Custom Content 1.10
FrontEndUsers 1.30.6
I created a "secure" template with the following:
Code: Select all
{if $ccuser->loggedin()}
<h1>{title}</h1>
{content}
{else}
<h1>Login Required</h1>
<p>Please login for authorization to view content.</p>
{FrontEndUsers}
{/if}
Has anyone experienced this issue?