Case sensitive username/password
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I've included a list of username/password combinations in the
Web.Config file and I've a simple .aspx page with a username and
password field for the users to log in. While the password field is
automatically case sensitive, the username field is not. How can I
force the username field to be case sensitive, i.e. match exactly what
I have on the Web.config file? Do I have to use regular expressions?
thanks
Nemo
.
Relevant Pages
- PHP, automatically fill forms
... I have a simple HTML login page with a username and a password field, ... Goal is that I when click the hyperlink on the php-script, ... (comp.programming) - automatically fill and validate form
... I have a simple HTML login page with a username and a password field, ... Goal is that I when click the hyperlink on the php-script, ... (comp.lang.php) - Username/Password in Web.config
... Web.Config file and I've a simple aspx page with a username and ... password field for the users to log in. ... the username field is not. ... Do I have to use regular expressions? ... (microsoft.public.dotnet.framework.aspnet) - Re: RPC-HTTP very frustrating
... get RPC-HTTP to work and it has been alot of frustration. ... to take the Certificate out of the mix by within the Local Area Network ... password field. ... have tried every which way with my domain and username and it will not ... (microsoft.public.exchange.admin) - RPC-HTTP very frustrating
... get RPC-HTTP to work and it has been alot of frustration. ... to take the Certificate out of the mix by within the Local Area Network ... password field. ... have tried every which way with my domain and username and it will not ... (microsoft.public.exchange.admin) |
|