I am attempting to check for if user has registered before, by comparing the email at login with the one in the db. The process below works, but I found a problem. If the case of the input is different, the db registers it as a new user. (example: anyone@this.com, and Anyone@this.com, or anyOne@this.com) are accepted as different users. How can I get my code to do and exact comparison, without the case sensitivity?