The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Can anyone tell me what it is?
I basically have a custom application written in ASP.NET that uses the vBulletin database to authenticate users. It doesn't work since I upgraded to vBulletin 3.xx a week ago. The SQL statement that that worked fine with vBulletin2.xx goes like this: Code:
SELECT username,password from user where username ='" & txtUser.Text & "' and password = md5('" & txtPassword.Text"
TIA
|
|
#2
|
||||
|
||||
|
This a a FAQ:
[sql] SELECT username,password FROM user WHERE MD5(CONCAT(MD5('plaintext_password'), salt)) = password AND username='username'[/sql] |
|
#3
|
|||
|
|||
|
Quote:
Thanks a lot! |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|