E-Mail validation works wrong
-
Hello,
when typing in a mailadress with a “-” in the domain-name like xxx@this-is-a-test.org this plugin does not work.
just-a-test@xxxxxx.org works fine, but when putting a “-” to the domain it does not.
In wp-comment-validation.php there is this string:
(VAL.match(/^[^\\W][a-zA-Z0-9\\_\\-\\.]+([a-zA-Z0-9\\_\\-\\.]+)*\\@[a-zA-Z0-9_]+(\\.[a-zA-Z0-9_]+)*\\.[a-zA-Z]{2,4}$/))
I guess here is something missing?
Could you fix that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘E-Mail validation works wrong’ is closed to new replies.