Get rid of case sensitive username in custom membership provider
Posted
by Solomon
on Stack Overflow
See other posts from Stack Overflow
or by Solomon
Published on 2010-03-06T04:33:46Z
Indexed on
2010/04/27
3:53 UTC
Read the original article
Hit count: 446
Hi,
I implemented a custom membership provider in ASP.net MVC, and can't figure out how to make the username non case-sensitive at signin. So, for example, "Solomon" could log in, but "solomon" could not.
My implementation is very bare bones. I basically just wrote code for ValidateUser(), and Change Password().
Thanks for the help!
© Stack Overflow or respective owner