Firefox/2.0.0.1 on Win XP dumped some errors about not being able to run MD5 on the passwd.
Line 46: 'Response.Write(MD5Hash(password.Text.ToLower, odbcDR.Item("salt").ToString) & "<BR>")
Line 47:
Line 48: If MD5Hash(password.Text, odbcDR.Item("salt").ToString) = odbcDR.Item("password") Then
Line 49: Select Case odbcDR.Item("UserGroupID")
Line 50: Case 2, 6, 23
|