Hi,
Please can you advise the best way to allow usernames and passwords to be case insensitive.
Up to now I have been studying the include/login.asp and altering it accordingly, each time I upgrade ASPRunner I have to study the file again and make edits.
I have included the following code in the login.asp event:
username = UCase(username)
password = UCase(password)
Unfortunately this code does not work.
It does seem to change the username and password on the page but only after the login has failed due to incorrect case.
Ideally it would be easiest to have the option on the Security Sections...
Please can someone advise...