Quote:
I know that.
But unfortunately, using digest authentication is not an option, because then we will get md5('Username:Real:Password').
But in the user table there is only md5(md5'Password') . $salt).
|
well... could you not store using another script MD5(username:realm

assword) ?
If you had a link somewhere so that users can request access to secure areas and you asked them to put in their username and password into a form then used the MD5 javascript from vb3 to send:
username
MD5(password) //for checking its the same as their forum password and is the same user...
MD5(Username:realm

assword)