VRMS
VRMS copied to clipboard
add .toLowerCase to front end auth db query
Overview
The db allows users to use upper/lower case entries, which lets users create duplicate VRMS accounts [email protected]
and [email protected]
.
This change transforms the email on the front end to be a lower case string, removing the potential casing problem.
Action items
- [ ] add .toLowerCase() to front end login call