-
-
Notifications
You must be signed in to change notification settings - Fork 919
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(internet): fix invalid emails in some locales #1746
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1746 +/- ##
==========================================
+ Coverage 99.63% 99.64% +0.01%
==========================================
Files 2337 2337
Lines 242582 242589 +7
Branches 1098 1103 +5
==========================================
+ Hits 241698 241737 +39
+ Misses 863 831 -32
Partials 21 21
|
FFR: This fixes only one of two problems in #1739 . |
do you have an example of an invalid email address which is still generated? |
ah looks like that was the problem in |
Can you also add a filter that removes all invalid characters from the local part, so it still generates a valid email even if the given name/firstname are invalid? Please also add a test for both too long names and invalid characters. |
28bc97c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fix #1739