The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I don't enter with my current data
As per the title I no longer enter the site as an admin when I try to change the password sends me back to the user registration page how can I solve and if there is a way from mysql to recover the current password thanks
|
#2
|
||||
|
||||
Code:
UPDATE user set password = MD5(concat(MD5('NEWPASSWORD'), user.salt)) WHERE userid = 1 |
#3
|
||||
|
||||
excuse me do I have to look in mysql?
|
#4
|
||||
|
||||
Yes, Go to your PhpyMyAdmin, select your database, and select the SQL tab.
Change the user ID to match your admin profile id. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|