Quote:
Originally Posted by tatalex
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"?
|
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.