The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Making a separate login system
I'm making a separate login system. Can someone briefly explain to me how the vbulletin system checks passwords?
|
#2
|
||||
|
||||
Passwords in the database are hashed like so:
PHP Code:
|
#3
|
|||
|
|||
What is the $salt formula they use?
|
#4
|
||||
|
||||
It is the "salt" field in the database row for the user.
|
#5
|
|||
|
|||
Thanks!
Next question... what does vbulletin use to create the password stored as the bbpassword cookie? |
#6
|
||||
|
||||
It is the hashed password, along with the "cookie salt" (license number).
PHP Code:
|
#7
|
|||
|
|||
Ah, that gets me past that.
Next question... does vbulletin check the password in the DB every time it loads a page? I want to know the work flow vB uses to verify the user. |
#8
|
|||
|
|||
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|