I was testing a MVC SimpleMembership userprofiles when I noticed this behavior.
I created a new MVC project with internet settings in VS2012. Ran the project. Created a new user by registering under the user name "User Name"
and password "Somepassword"
. Then logged out. Signed in again but used the user name "user name"
and "Somepassword"
. If you notice that I have changed the user name letters with Lower case "U" & "N"
. I tried combination and in each case the application logged me in as a Member under the "User Name" although in the Log In partial its displayed "user name"(and other combinations). I am little bit worried about the security of MVC App can some one explain why is this behaviour in MVC4 Asp-Net with simple membership?