SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

Tushar case sen email bug fix #293

Closed tusharraval102 closed 2 years ago

tusharraval102 commented 2 years ago

Fix for bug #285. Now all emails registered are automatically saved as lower case.

tusharraval102 commented 2 years ago

You also need it to be case-insensitive for the sign-in as well. If a user enters his email address to login, it should convert the email string entered to lowercase and then compare it with the lowercase keys for the Client/Admin collection as well.

This has now been fixed.