[Koha-bugs] [Bug 5685] Validation of email address field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 19 18:06:50 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5685

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|kyle.m.hall at gmail.com       |mark.gavillet at ptfs-europe.c
                   |                            |om

--- Comment #6 from Owen Leonard <oleonard at myacpl.org> 2011-04-19 16:06:50 UTC ---
I was able to get these patches applied fine and the functionality is working
in that it warns me of invalid email addresses. Unfortunately it also warns me
of one pattern I know to be valid, although it's somewhat unusual:

username+filter at example.com

( I learned of this pattern from this Gmail tip:
http://www.divergentstudio.com/georgeswonderblog/2008/0705/technology/computers-and-computer-related/email/custom-gmail-email-address-spam-and-filtering/
)

In the short term I'd like to see this patch modified to allow this pattern. In
the long term I think we should user a single javascript library to handle all
client-side validation:
http://bassistance.de/jquery-plugins/jquery-plugin-validation/

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list