[Koha-bugs] [Bug 15349] Problem with email pattern check on forms

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 24 14:35:40 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15349

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Bug 28870 solves the backend email validation issues, and accepts formatted
addresses. The remaining problems are related to the jquery library we use:

https://jqueryvalidation.org/email-method/

one path for solving it, could be trying to extract the regex from
Email::Address and override the one in the jQuery library with it. Another
option could be to add a route for email validation so an async check is done.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list