Developer-DUCS / eMission

eMission is a senior capstone project, a mobile app to track carbon emissions with each drive.
MIT License
4 stars 1 forks source link

Feature (Login Page): Make User Info Lowercase #121

Closed cwarren279 closed 6 months ago

cwarren279 commented 7 months ago

Users should be able to login to their account if they use the correct login creadentials. However, sometimes users capital letters which should not affect their login validation. Update the flutter login page validation so that a user can still enter their account even if their inputs have a capital letter. This can be done a number of ways including making the user's database info lowercase and comparing it to a lowercase version of the user's input.