I'm using
CMS 1.3.1
FrontEndUsers 1.4.3
- What I do is create a user, let's say "john" then I make a new page called "john"
- then on the FEU Preferences under PageID/Alias to jump to after login: I enter {$username}
- and finally on the template for the page "john" I have something like this:
Code: Select all
{if $customcontent_loggedin > 0}my page content{else}
<h2>You are not authorized to view this page. Please login below</h2>{cms_module module=FrontEndUsers}
{/if}