I have been thinking of it logically...
On our side of the system we do this : [Customer chooses to change password.....]
Quote:
if userid exists in VB database, get the value of the salt field.
MD5 password with the salt key and store it both in our database and in the vbulletin database....
Both of these passwords should now be in the format VB likes and insync with our database.
|
I guess that will work....