]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1400801 - Updated email validation regex for Org Unit admin gui
authorJosh Stompro <stomproj@larl.org>
Thu, 11 Jun 2015 01:12:10 +0000 (20:12 -0500)
committerBen Shum <bshum@biblio.org>
Thu, 5 Nov 2015 18:34:36 +0000 (13:34 -0500)
commitff532630c8f343000cec24cd12e34f8ee08110aa
treec8c3350c0440c1574ab2d3efcab6b12462d808c1
parent123dba1b3d715cd985b292dd723a0a854d1f5bfc
LP#1400801 - Updated email validation regex for Org Unit admin gui

Grabbed the example of a simplified RFC 5322 email regex from
http://www.regular-expressions.info/email.html and lightly modified it
for case sensitivity and removed the "&" character from the localpart allowed
characters, which causes a 500 server error for some reason.

This matches many more of the valid localpart special characters.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/conify/global/actor/org_unit.html