backbone.validation icon indicating copy to clipboard operation
backbone.validation copied to clipboard

Email validation allows two consecutive dots before the country code

Open davidwebster48 opened this issue 11 years ago • 3 comments

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

davidwebster48 avatar Jun 13 '13 01:06 davidwebster48

True. I can verify this.

emiliomg avatar Aug 16 '13 16:08 emiliomg

Pull request, anyone? :)

thedersen avatar Oct 15 '13 10:10 thedersen

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

emiliomg avatar Oct 25 '13 09:10 emiliomg