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 validation allows two consecutive dots before the country code #138

Open
davidwebster48 opened this issue Jun 13, 2013 · 3 comments
Open

Comments

@davidwebster48
Copy link

The email validation will allow me to enter "[email protected]..nz" even though this is not a valid email address - there are two consecutive dots before the country code.

@emiliomg
Copy link

True. I can verify this.

@thedersen
Copy link
Owner

Pull request, anyone? :)

@emiliomg
Copy link

Yeah. Pull request.
I have looked at the regexp that validates email adresses, and although online-tools like regexper help, I have absolutly no Idea how to fix the bug. :(

The current email-regexp in regexper for better visualizing: http://tinyurl.com/pgo73ts

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

3 participants