The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Transfering User Info
We recently purchased some article publishing software and we want to be able to transfer the user's id and password from our vBulletin forum to our new article software. We want to have all user account creation done in the forum and then have that info transfer to the new software. If you could help me do this or tell me what I would have to do in order to accomplish this?
I hope this is possible, Alex S TAT Forum Admin |
#2
|
||||
|
||||
vbulletin does not store the users actual password, it just stores a 32 bit hash, so there is no password you can transfer.
|
#3
|
|||
|
|||
I know that but somehow vbulletin has to take the hash and convert it back to the password for the "whats my password?" email.
Does anyone know where the code is that actually saves the user info to the table named "user"? |
#4
|
||||
|
||||
Quote:
No, it doesn't. Its a secure hash, that means it cannot be reverse engineered. That's what "secure hash" means. As for the code to save the user data, you will find it in register.php and some related includes. |
#5
|
||||
|
||||
Quote:
I guess you mean the fortgotten password feature - this allows you to set a new password, it cannot tell you your current password. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|