Page 1 of 1

Forgot password to open in new window

Posted: Mon Sep 24, 2007 5:56 pm
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