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

Ensure that email addresses of users are normalised to unicode #561

Open
tchoutri opened this issue Jul 3, 2024 · 0 comments
Open

Ensure that email addresses of users are normalised to unicode #561

tchoutri opened this issue Jul 3, 2024 · 0 comments

Comments

@tchoutri
Copy link
Contributor

tchoutri commented Jul 3, 2024

Chrome sends IDNs converted to punycode, but we don't normalise those in the backend, which means that the database may be able to accept two user accounts with the same email address, once in punycode and once in unicode.

Since this conversion step is losseless it's not a problem. Email gateways however will (a lot of times) prefer punycode.

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

No branches or pull requests

1 participant