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.
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.