The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom authentication(which algorithm)
Hello!
I wrote an application for VB4 that sends login data to the forum, then php script converts that input to the password stored in the users TABLE to check if it matches. In VB4 I just had to use this algorithm to make comparison with the password in the user TABLE Code:
md5(md5(PASSWORD) . SALT); What do I compare user input to in new VB5, TOKEN or SECRET? Or some combination of that. If that's the case how VB5 genereates TOKEN or SECRET? Can you please share algorithm VB5 uses for user login authentication. |
#2
|
|||
|
|||
Check the file /core/libraries/password_compat/lib/password.php, I believe that's used for the password hashing in vB5.
|
#3
|
||||
|
||||
David Grove did a write up on external logins for vb5.
Here's the link. http://www.vbulletin.com/forum/blogs...n-your-website It explains alot on how the vb5 authentication process works. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|