Lost password link does not work FEU module
Posted: Thu Sep 18, 2008 4:19 pm
I'm using the following template:
{* start wrapper *}
{ if $ccuser->loggedin() }
{* start logout *}
{cms_module module=FrontEndUsers form="logout"}
{* end logout *}
{* start header *}
{cms_selflink dir="start" text="$sitename"}
{* end header *}
{* start navigation *}
{menu template='simple_navigation.tpl' collapse='1'}
{* end navigation *}
{* start content *}
{print showbutton=true script=true}
{title}
{content}
{* end content *}
{ else }
{* start login *}
{cms_module module=FrontEndUsers form="login"}
{* end login *}
{ /if }
{* end wrapper *}
This works fine but the "lost password/username" links do not work in the login form. It seems to work when the {content} tag is added, but I don't want content on the login page. Anyone?
{* start wrapper *}
{ if $ccuser->loggedin() }
{* start logout *}
{cms_module module=FrontEndUsers form="logout"}
{* end logout *}
{* start header *}
{cms_selflink dir="start" text="$sitename"}
{* end header *}
{* start navigation *}
{menu template='simple_navigation.tpl' collapse='1'}
{* end navigation *}
{* start content *}
{print showbutton=true script=true}
{title}
{content}
{* end content *}
{ else }
{* start login *}
{cms_module module=FrontEndUsers form="login"}
{* end login *}
{ /if }
{* end wrapper *}
This works fine but the "lost password/username" links do not work in the login form. It seems to work when the {content} tag is added, but I don't want content on the login page. Anyone?