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 · 1 comment · May be fixed by #1475 or #1811
Open
1 task
Tracked by #1456

add .toLowerCase to front end auth db query #1464

trillium opened this issue Aug 11, 2023 · 1 comment · May be fixed by #1475 or #1811

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 [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
@JackHaeg
Copy link
Member

@pluto-bell Are you currently working on this issue?

  • If YES, please change the status to "In Progress".
  • If NO, please you remove yourself as an assignee.

Thanks! :)

@pluto-bell pluto-bell moved this from Prioritized Backlog to In progress in P: VRMS: Project Board Nov 12, 2024
@pluto-bell pluto-bell linked a pull request Nov 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment