guillaumepotier / Parsley.js

Validate your forms, frontend, without writing a single line of javascript
http://parsleyjs.org
MIT License
9.05k stars 1.32k forks source link

Email validator allow accented characters #1328

Closed mauriciomateus closed 4 years ago

mauriciomateus commented 4 years ago

Hi:

The email validator allows for accented characters in the string, which are not valid for an email, for example:

ábc.hotmail.com

That string passes validation as an email.

Regards

marcandre commented 4 years ago

Please see #1275 and comment there if you find an divergent authoritative reference. Thanks