ThomasBassa / qa-team-voltron

Repository for Team Voltron's work for SE 420 @ ERAU
3 stars 0 forks source link

Authenticate User password does not check for case sensitivity #20

Closed GregC123456789 closed 9 years ago

GregC123456789 commented 9 years ago

Given an existing email, abc@chef.com, with password abC@ there is a bug with checking the password. The email was input as "abc@chef.com" no changes, but the password was input as "ABc@" alternating the case. This cause the program to log in. The expected outcome is an error message pop up saying invalid username and password.