1
Customer complained that the password recovery did not work.
On testing it, I found that the link in the first email was not functional.
The link was acting as an email link and not a htm link. If I cut and paste the entire line, then the code works properly. However, if I click on the link, it tries to send an email. The red parts of the line are the parts of the line that should be included in the link.
example
Hello xxxxx,
A web user from xx.xxx.xxx.x has just requested a new password for your profile at xxxxxx
.
You can get your new password by clicking on the link below:
http://mysite.com/modules/profile/lostpass.php?email=xxxxxx@xxxx.xxx&code=0c4b9
If you didn't ask for this, don't worry. Just delete this Email.
-----------------------------------------------------------------
end example