![]() |
How to manually reset a password in vBulletin?
Hi,
How do i reset my password in phpmyadmin? i know to go to user table but it wont allow me to type in my new password but instead has something like a char32 code. How can i change my password so it is in that code. is there a website thats allows words to be converted into char32? |
UPDATE <prefix>user
SET password = MD5(CONCAT(MD5('new-password'), salt)) WHERE userid = X ...with 'X' being your userid number and <prefix> being your table prefix. |
If you are the admin of your vBulletin forum and have access to the database, you can change the password for any user (including yourself) by issuing the following sql query:
Code:
UPDATE `user` |
| All times are GMT +8. The time now is 10:43 AM. |
Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.