Keesa
08-04-2013, 04:48 AM
My forum has two problems.
1. I forgot my password.
2. The forum is not sending password reminders or any email to new members.
How can I change my pass in phpmyadmin?
I found this, but it is not working
UPDATE <prefix>user
SET password = MD5(CONCAT(MD5('new-password'), salt))
WHERE userid = x
1. I forgot my password.
2. The forum is not sending password reminders or any email to new members.
How can I change my pass in phpmyadmin?
I found this, but it is not working
UPDATE <prefix>user
SET password = MD5(CONCAT(MD5('new-password'), salt))
WHERE userid = x