PDA

View Full Version : lost password function?


quag
09-23-2007, 04:50 PM
hello there fellow users of phpraider first wanna say kick ass work makes wow a better game :) , ive installed phpraider for our guild and everything seams work fine but one thing i can´t work out is when a user lost there password and they use the "lost password" function to get a new they recive a mail with a new password but its not working the new password.
So i made a test user and went with password 12345 then went to login screen and used the "lost password" function i got the mail with something like "ErT6Ybv" , but when i try and use this new password its not working and i found out that the old password is still in use.
Don´t know if anyone els have this problem and yes i did try install it on 2 diffrent servers to test out and its same anyone els out there??

Best Regards Quag

Ps: sorry for my bad english.

Mørpheus
09-24-2007, 08:12 AM
I can confirm this problem on phpRaider 1.0.6

morph

quag
09-24-2007, 10:06 AM
ahh thanks for the reply was thinking im the only one , anyone know haw to fix this ?

demon_1987
09-24-2007, 02:44 PM
FIX :

OPEN : components/com_password/password.php
At line 82 , FIND :
$db_raid->set_query('select', $sql, __FILE__, __LINE__);
REPLACE BY :
$db_raid->set_query('update', $sql, __FILE__, __LINE__);
CLOSE components/com_password/password.php
UPLOAD the file


And there you go , fixed ;)

quag
09-24-2007, 03:41 PM
big thanks working verry nice :)