]> git.evergreen-ils.org Git - working/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:33:56 +0000 (13:33 -0500)
commitec8383ef5b0c0c52f489dca55f402ca21ebc6851
tree4bc02e8ddffdd41259376a7aa34d4b25c41c73fd
parent837e3d9330afe569a74e1baf60f3aa24886b885a
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