This topic is locked

Login Question

12/25/2006 20:51:19
ASPRunnerPro General questions
lefty author

How can I change the login form from case sensitive to case in-sensitive?

Sergey Kornilov admin 12/26/2006

You need to modify login.asp file for this purpose.

See my changes in bold:

if Ucase(CStr(rs(cUserNameField)))=UCase(postvalue("username")) and UCase(CStr(rs(cPasswordField)))=UCase(strPassword) then