PDA

View Full Version : How to insert member using insert sql


kwame
05-08-2006, 01:08 AM
Hi, I'd like to create my own registration form for my VBulletin 3.5 install but I can't figure out how to encrypt the password in the correct way for the standard login form to recognise the password. Any help here would be greatly appreciated.
Kwame

kwame
05-09-2006, 08:29 PM
I found out how to do this but seeing that no one responded to this thread, I figure that persons thought that there was a security issue in displaying the method here so I won't post it but if anyone else needs to know this, they can reply to this thread and I'll let you know how it is done.
Kwame

Alan @ CIT
05-14-2006, 09:27 AM
If memory serves, the password from the standard vB login box is just MD5'd before being sent. Then on the server side, it gets MD5'd again with the users salt.

Thanks,
Alan.