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

[FIX] Use library to validate emails #4738

Merged
merged 2 commits into from
Nov 10, 2023
Merged

Conversation

jpelay
Copy link
Member

@jpelay jpelay commented Nov 10, 2023

Description

Adds the library email-validator to validate emails. I think using a library is better than using a regex, since emails are hard to validate using regexes only, and is better to just use a library that we know will work in every case.

**Fixes #4726 **

@Felienne
Copy link
Member

Seems to block wrong email indeed!

image

Copy link
Contributor

mergify bot commented Nov 10, 2023

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 805b535 into hedyorg:main Nov 10, 2023
9 checks passed
Copy link
Contributor

mergify bot commented Nov 10, 2023

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Can't make an account with an edu address
2 participants