You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RegexValidator created by Email->getEmailValidator should be given a message similar to the EmailAddress validator, rather than the obnoxious dump of the pattern.
The EmailAddress validator also handles IDN hostnames, while the regex here blocks them.
A comment says that the regex is to match HTML spec behavior - either Firefox and Chrome allow IDN hostnames though.
The RegexValidator created by Email->getEmailValidator should be given a message similar to the EmailAddress validator, rather than the obnoxious dump of the pattern.
Related: zendframework/zend-validator#41
Originally posted by @AndrolGenhald at zendframework/zend-form#84
The text was updated successfully, but these errors were encountered: