Web Connection
Why is the User ID forced case-sensitive?
Gravatar is a globally recognized avatar based on your email address. Why is the User ID forced case-sensitive?
  Carl Chambers
  All
  Apr 16, 2018 @ 04:53pm

Hey Rick,

Browsing through the code in WC 6.19 I see that oUserSecurity.lCaseSensitive is no longer used and you are forcing the the User ID to be case-sensitive.
The password obviously needs to be case-sensitive but why force the User ID to be case-sensitive?

Gravatar is a globally recognized avatar based on your email address. re: Why is the User ID forced case-sensitive?
  Rick Strahl
  Carl Chambers
  Apr 16, 2018 @ 06:16pm

It's pretty common practice to have user names and passwords case sensitive to improve security. Users can always choose to use all upper or all lower case usernames. In most cases it's email addresses anyway which typically are entered lowercase.

If that doesn't fit - you can override the object and provide your own lookup/validation routine.

+++ Rick ---

© 1996-2024