Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .toLowerCase to front end auth db query #1464

Open
1 task
Tracked by #1456
trillium opened this issue Aug 11, 2023 · 0 comments · May be fixed by #1475
Open
1 task
Tracked by #1456

add .toLowerCase to front end auth db query #1464

trillium opened this issue Aug 11, 2023 · 0 comments · May be fixed by #1475

Comments

@trillium
Copy link
Member

trillium commented Aug 11, 2023

Overview

The db allows users to use upper/lower case entries, which lets users create duplicate VRMS accounts jeff@example.com and Jeff@example.com.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment