Hi,
I just updated FEUser and I noticed that if I try to recover a new password, after receiving the e-mail telling I can set a new password. If I follow the link, I see the form to set the new password, but the username field is empty. I can type the code that was supposed to be already in the code field, but it's not sufficient.
I checked the bug tracker and didn't see anything. Do anyone else have this problem ?
PS: I don't know if this matters (guess not though), but when I tried to update earlier, I could not use the xml file, so I deleted the module before installing the newer version. The problem was that I lost my members' list and all other info related to feuser module. I used the latest backup with this bigdump.php file to get my database back and then updated the module again. How do you usually make updates, btw ? I always have permissions related trouble...
FEUser 1.9.2 problem with the lost password process
Re: FEUser 1.9.2 problem with the lost password process
UP !
No one knows ? I also noticed that the 'Send' button from the 'Modify your parameters' template is not working fine. You have to put the cursor just at the right from the button in order to be able to click on it...
How can I change this ? In what file can I find the way this 'Modify your parameters' template is built ?
Thanks
No one knows ? I also noticed that the 'Send' button from the 'Modify your parameters' template is not working fine. You have to put the cursor just at the right from the button in order to be able to click on it...
How can I change this ? In what file can I find the way this 'Modify your parameters' template is built ?
Thanks
Re: FEUser 1.9.2 problem with the lost password process
Try to check your templates, or reinstall the module.
Lost password function works great for me.
Lost password function works great for me.
Re: FEUser 1.9.2 problem with the lost password process
Ok, I've updated 1.9.2 to 1.9.3, but I have the exact same problem with the forgotten password template...
Here are my templates :
1. Forgotten password template:
{$startform}
Vous avez oublié votre mot de passe ?
{if !empty($message) }
{if !empty($error) }
{$message}
{else}
{$message}
{/if}
{/if}
{$lostpw_message}
{$prompt_username} {$input_username}
{$hidden}{$submit} {$cancel}
{$endform}
2. E-mail:
{$message_forgotpwemail}
{$prompt_code} {$data_code}
{$prompt_link} {$data_link}
3. Set a new password template:
{$startform}
{$title}
{if !empty($message)}
{if !empty($error) }
{$message}
{else}
{$message}
{/if}
{/if}
{$prompt_username} {$input_username}
{$prompt_code} {$input_code}
{$prompt_password} {$input_password}
{$prompt_repeatpassword} {$input_repeatpassword}
{$hidden}{$submit}
{$endform}
So, nothing very exotic... Also, here is the link found in one of the email :
http://www.coord21.ch/test_cmsms/feu/ve ... N4H6KR3K8/
Check it, you'll see it doesn't work. Anyone has a clue ? Cheers
Here are my templates :
1. Forgotten password template:
{$startform}
Vous avez oublié votre mot de passe ?
{if !empty($message) }
{if !empty($error) }
{$message}
{else}
{$message}
{/if}
{/if}
{$lostpw_message}
{$prompt_username} {$input_username}
{$hidden}{$submit} {$cancel}
{$endform}
2. E-mail:
{$message_forgotpwemail}
{$prompt_code} {$data_code}
{$prompt_link} {$data_link}
3. Set a new password template:
{$startform}
{$title}
{if !empty($message)}
{if !empty($error) }
{$message}
{else}
{$message}
{/if}
{/if}
{$prompt_username} {$input_username}
{$prompt_code} {$input_code}
{$prompt_password} {$input_password}
{$prompt_repeatpassword} {$input_repeatpassword}
{$hidden}{$submit}
{$endform}
So, nothing very exotic... Also, here is the link found in one of the email :
http://www.coord21.ch/test_cmsms/feu/ve ... N4H6KR3K8/
Check it, you'll see it doesn't work. Anyone has a clue ? Cheers
Re: FEUser 1.9.2 problem with the lost password process
i had the same problem.
if i COPIED the url from the email into the browser, e.g.
then it did not work.
However, if i just clicked on the link, then it worked fine. The url link and url name seem to be very different.
if i COPIED the url from the email into the browser, e.g.
then it did not work.
However, if i just clicked on the link, then it worked fine. The url link and url name seem to be very different.

