Best method of identifying users from the db?
I need to find a method to confirm a user is who they say they are from another site, by checking the vB_user table, from a site outside of vBulletin's architecture... Now I was going to have them enter their user id, and a hidden profile key they pick themselves, but I'm not sure if this is such a great idea... What would be a good idea?
Could I just confirm it with id, md5(md5(password,$salt)) or whatever password protection method vBulletin uses?
|