The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
what is salt and all
Hello,
iam trying to import vb database to my custom CMS, but i found that passwords not working, later i realised that its basic vb not storing md5 of passwords but its adding some salt to it. can anyone explain me what is that and also, now how can i get md5 password of a members, so that i can store that in my user database and people can be logged in happily hoping for a good reply. thanks. |
#2
|
||||
|
||||
md5(md5($password . $salt)
$salt is the salt field of the user table. It is different for each user. |
#3
|
|||
|
|||
thanks for the help,
now how can i find md5 password of a user, so that he can be logged into my other cms after i import user database. thanks. |
#4
|
||||
|
||||
I recommend you to import users via DataManagers. It auto gives user a salt. But if you run your own query, you have to specify it manually.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|