![]() |
Another One - Different MD5 Hashes..
Howdy
I have been searching for an answer but nothing comes close to my problem. I am trying to login from another product, vbDrupal to be exact. Folks over there aren't sure what's going on so I thought I would ask on the VB side... Basically vbDrupal uses the same operation to log into VB. The input from the login box is run through md5hash to produce the 2 required MD5 hashed variables, exactly the same as Vb does it. These values are then passed to the VB function verify_authentication thus: Code:
$login_result = verify_authentication($name, $pass, $pass_md5, $pass_md5_utf, $remember, true ); Code:
$vbulletin->userinfo['password'] != iif($password AND !$md5password, md5(md5($password) . $vbulletin->userinfo['salt']), '') AND Code:
1. In verify_authentication U ********** | P | MD5 6a39c2f21e6aaa086eb504e92036c282 | MDF_UTF 6a39c2f21e6aaa086eb504e92036c282 | PWD w/SALT 0cb3a82320674097a32f49281932f449 | | MD5 w/SALT af15c389037bf36faafc61e5b5ab613f | | VB Password 7ae4ed232a0c3e5ef2181a62d61e47b4 | Passwords Don't Match Hoping someone can help.. Cheers Bruce |
All times are GMT. The time now is 01:12 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|