problem with re-setting password v.1.2.2
-
hello,
i am running wordpress 1.2.2 ; i am running into a problem when my users forget their passwords and try to use the “retrieve password” feature. the following error is generated:
Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘SET user_pass = MD5(‘987ac9’) WHERE user_login = ‘username” at l]
UPDATE SET user_pass = MD5(‘987ac9’) WHERE user_login = ‘username’
the user is sent an email with a new password but it doesn’t work–the older one still does when i tested it.
earlier topics on this aren’t helpful as they merely say to upgrade to a higher version which i already have. any thoughts? i know how to fix it on a case by case basis via phpmyadmin but i’d rather get the correct code in the file so i don’t have to keep doing that.
thanks in advance!
The topic ‘problem with re-setting password v.1.2.2’ is closed to new replies.