13 Jan
2026
13 Jan
'26
3:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15349 --- Comment #19 from Lari Taskula <lari.taskula@hypernova.fi> --- I understand email address validation is not a trivial task so instead of introducing a new regular expression, the proposed patch is now using the same regex as jQuery validation plugin https://jqueryvalidation.org/email-method/ https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address So the validating regex is exactly the same as before except that it now allows the display name as well. -- You are receiving this mail because: You are watching all bug changes.