forgot password and forgot login not working in FEU

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
scotch33
Dev Team Member
Dev Team Member
Posts: 280
Joined: Tue Feb 14, 2006 9:56 pm

forgot password and forgot login not working in FEU

Post by scotch33 »

Hi,

I have an issue with forgot passord/login on a site

the links simply go nowhere - no error, just don't work.

site is here - http://pearsaa1.memset.net/~eventsgr/in ... taff-login

the code in the template is this -

Code: Select all

<!-- Login form template -->
 <font size="-2"/>
 {$startform}
 {if $error}
  {$error}<br>
 {/if}
  <p>{$prompt_username} {$input_username} {$prompt_password}<br/>
  {$input_password}
 {if isset($captcha)}
  {$captcha_title}: {$input_captcha}<br/>
  {$captcha}<br/>
 {/if}
  {if isset($input_rememberme)}
    {$input_rememberme} {$prompt_rememberme}<br/>
  {/if}
  <input type="submit" name="{$feuactionid}submit" value="{$mod->Lang('login')}"><br/>
  <a href="{$url_forgot}" title="{$mod->Lang('info_forgotpw')}">{$mod->Lang('forgotpw')}</a><br/>
  <a href="{$url_lostun}" title="{$mod->Lang('info_lostun')}">{$mod->Lang('lostusername')}</a></p>
{$endform}
  </font>
<!-- Login form template -->
Any idaes anyone?
stevew
Forum Members
Forum Members
Posts: 74
Joined: Wed May 21, 2008 7:02 am

Re: forgot password and forgot login not working in FEU

Post by stevew »

Hi,
I'm no expert, but looking at the URLs for the forgotpw and lostusername links, I see they both have this in them: only_groups=staff_members

This doesn't seem right if they're supposed to be accessible *before* you log in.
Just a thought...
--------------------------------------
OK, my mistake, you've got a client login, too.
Last edited by stevew on Fri Jan 23, 2009 6:33 pm, edited 1 time in total.
goodfella1978
Forum Members
Forum Members
Posts: 13
Joined: Wed Sep 10, 2008 6:12 am

Re: forgot password and forgot login not working in FEU

Post by goodfella1978 »

I know I'm 3 months late replying but I had this problem and it turned out to be because the form was trying to appear in the {content} tag which is obviosuly hidden as you're not logged in.

In FEU Management under PREFERENCES scroll way down to Redirection Settings where you need to add the page alias of the page where you'd like the forgotten password/user form to be placed. e.g forgotten-password.

Hope this helps or at least helps someone else who struggles with this in the future!  ;D
Post Reply

Return to “Modules/Add-Ons”