FrontEndUsers module--lostpw form does not show

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
jdewit
New Member
New Member
Posts: 2
Joined: Wed Sep 17, 2008 5:03 pm

FrontEndUsers module--lostpw form does not show

Post 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
Post Reply

Return to “Modules/Add-Ons”