View Single Post
Old November 27th, 2006, 07:05 AM   #5 (permalink)
ace67
Member
Verified Customer
 
Join Date: Oct 2005
Location: Maryland
Posts: 85
Did as you suggested with newly downloaded copy of 3.32. Didn't help. So I started troubleshooting and found the problem. In emails.php, line 123 says:

Your new password is: {$newpass}

I changed that $newpass which had been MD5 encrypted by member.php line 250 -" $newpass = md5($genpass); "- to $genpass and now it's working properly.

The script did all the processing of the temporary password correctly. It was just being told to send the wrong one to the user. The above change has taken care of that.
ace67 is offline   Reply With Quote