The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Same username+password as live but login with it locally.
I am staging for an upgrade from 4.1x to 4.2.2.
I pull down db+code, run upgrade, go to login as admin and it rejects credentials. I compare live/local password+salt for userid=1 and they are the same. I run the following using the ACTUAL admin password: Code:
UPDATE `user` SET `password` = MD5(CONCAT(MD5('****'), `user`.`salt`)) WHERE `userid` = 1; Is the updated codebase using a different hashing method being used? What's going on? Thank You |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|