The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Passwords Question
When a user registers to the forums,
I know that the password field in the "_user" table gets the md5 hash. But do any other tables get it too? Reason I ask is because I am trying to merge my forum registration and site registration in one. I got most of it down except that say the user's password is "abcd", and I try to login with that password in VB, I get a "wrong pass" notice, but if I change the pass to "abcd" through the vb admin panel, it lets me log in. Where else do I have to insert the password to? I figured it out! Vbulletin actually does this during registration: - md5 password - add salt field value to password - md5(md5(password) . salt) Thanks guys. |
#2
|
|||
|
|||
Looks like most people have to solve these issues themselves or give up trying to get help in this forum....
|
#3
|
|||
|
|||
I guess I got lucky. It's hell trying to read the VB source code but thank moses I figured it out.
|
#4
|
|||
|
|||
I am doing a similar thing to you, but worse I am integrating with ASP.
I am trying to set a session variable just before the login redirect.. :disappointed: |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
datamanager?
|
#7
|
|||
|
|||
includes/class_dm_user.php
|
#8
|
|||
|
|||
haha yeah. but you have to figure THAT out first.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|