The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
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 $vbulletin->userinfo['password'] != iif($md5password, md5($md5password . $vbulletin->userinfo['salt']), '') AND $vbulletin->userinfo['password'] != iif($md5password_utf, md5($md5password_utf . $vbulletin->userinfo['salt']), '') ) 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 2. In verify_authentication U ********** | P | MD5 6a39c2f21e6aaa086eb504e92036c282 | MDF_UTF 6a39c2f21e6aaa086eb504e92036c282 | PWD w/SALT 46e9ff795cafb40480a34c72f10bbd62 | | MD5 w/SALT 7ae4ed232a0c3e5ef2181a62d61e47b4 | | VB Password 7ae4ed232a0c3e5ef2181a62d61e47b4 | Hoping someone can help.. Cheers Bruce |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|