]> 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:41 +0000 (13:34 -0500)
commitd1f7def042ba76f3d6f94229212dc7aefe6bdc76
tree97fab205c5869da963d4ba916d4b0a9d606d15fa
parent432757b90c6cd0b0417148cb1363723d701c8e8a
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