Forgot password to open in new window

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
afri-can

Forgot password to open in new window

Post by afri-can »

Hi,

Anyone have an Idea, I am working on something using CustomContent and am using FrontEndUsers to define usernames and passwords

The login template looks like this:

{$startform}
{if $error}
  {$error}
{/if}
 
 
    {$prompt_username}
    {$input_username}
 
 
    {$prompt_password}
    {$input_password}{if isset($captcha)}
  {$captcha_title}: {$input_captcha}

  {$captcha}

{/if}
 
 
     
    {$input_submit}

    {$link_forgot}
 

{$endform}
 
Now when I click on the Forgot Your Password link it opens the page in a selected alias page wich is ok
What I want is when the user selects Forgot Your Password it will open in a (alias) but in a new window (_blank)
Any one have an idea where to insert (_blank) for this to work?

Thanks
Steven
Locked

Return to “CMSMS Core”