Re: Case sensitive username/password



IMO you'll have to compare yourself using a case sensitive comparison in
your login page.

I'm not sure about the goal (as this is unusual it could confuse users, if
this is for additional protection I would rather enforce a particular policy
for passwords).

--

"nemo" <pallabs@xxxxxxxxx> a écrit dans le message de news:
1145630459.214987.300510@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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

  • Re: Windows Gina
    ... On my servers that remember the last user focus to the password field, ... servers that do not remember focus to the username field. ... >>> focus set to the password field instead of the username when at the ...
    (microsoft.public.windows.server.general)
  • Re: cant get control to hold state
    ... username field holds it's state. ... If I change the password field from ... password mode to normal text mode, ... trick to getting a checkbox to hold it's state? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: vwait and return probs....
    ... The main problems are that typing ... > anything into the username field and then the password field is going to ... > There is also a bunch of other things that need doing (the second half ...
    (comp.lang.tcl)
  • password - how to check if its blank?
    ... I have a login page using Swing with a username and password field with the ... username field being TextField and password field being PasswordField. ...
    (comp.lang.java)