![]() |
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. |
Looks like most people have to solve these issues themselves or give up trying to get help in this forum....
|
I guess I got lucky. It's hell trying to read the VB source code but thank moses I figured it out.
|
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: |
Quote:
|
datamanager?
|
includes/class_dm_user.php
|
haha yeah. but you have to figure THAT out first. :)
|
All times are GMT. The time now is 02:25 PM. |
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:
|