Page 1 of 1

FrontEndUsers module--lostpw form does not show

Posted: Wed Sep 17, 2008 5:08 pm
by jdewit
I'm trying to set up a site using the FEU and CustomContent. I want the complete site (including header, navigation etc.) only to be accessible for registred users; to do this I've put this in the template;

{ if $ccuser->!loggedin() }
{header}
{menu}
feumodule
{content} etc.

{else}

{global_content name='login'}

{/if}

The login content block conains the FEUmodule.

This works except for the fact that when I'm not logged in and click on the lost password link, the link is empty! Does anyone know how to solve this/where to look? Thanks