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

Email is case sensitive #140

Closed
Glazy opened this issue Dec 22, 2022 · 2 comments
Closed

Email is case sensitive #140

Glazy opened this issue Dec 22, 2022 · 2 comments
Labels
needs-response We need a response from the original author about the issue

Comments

@Glazy
Copy link

Glazy commented Dec 22, 2022

Have you experienced this bug with the latest version of the template?

Yes

Steps to Reproduce

  1. Pull down template.
  2. Run npm run setup, npm run build, npm run dev.
  3. Sign up with test@example.com and then sign out.
  4. Sign up with Test@example.com.

Expected Behavior

The email should be treat as case insensitive so it can only be used to sign up once, regardless of capitalisation.

Actual Behavior

You can sign up many time with the same address - all of the following are treat as separate addresses:

test@example.com
Test@example.com
tEst@example.com
teSt@example.com
...
@github-actions
Copy link
Contributor

This issue has been automatically marked stale because we haven't received a response from the original author in a while 🙈. This automation helps keep the issue tracker clean from issues that are not actionable. Please reach out if you have more information for us or you think this issue shouldn't be closed! 🙂 If you don't do so within 7 days, this issue will be automatically closed.

@github-actions github-actions bot added the needs-response We need a response from the original author about the issue label Apr 17, 2023
@github-actions
Copy link
Contributor

This issue has been automatically closed because we didn't hear anything from the original author after the previous notice.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-response We need a response from the original author about the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant