Log in

View Full Version : vb password authentication


gosborne
10-20-2006, 02:09 PM
I am attempting to integrate the vb login with other areas on my site-- can I confirm that the value stored in the cookie: bbpassword, should be equal to:

MD5 of ([value of password stored in user database].[value of salt stored in user databse])

Paul M
10-20-2006, 04:16 PM
No, it uses the constant COOKIE_SALT, not the user salt.

gosborne
10-21-2006, 01:37 PM
No, it uses the constant COOKIE_SALT, not the user salt.

Ok, thanks Paul. I'll take a look