From d1f7def042ba76f3d6f94229212dc7aefe6bdc76 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Wed, 10 Jun 2015 20:12:10 -0500 Subject: [PATCH] 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 Signed-off-by: Ben Shum --- Open-ILS/web/conify/global/actor/org_unit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/conify/global/actor/org_unit.html b/Open-ILS/web/conify/global/actor/org_unit.html index 2c34a67560..851a9ec648 100644 --- a/Open-ILS/web/conify/global/actor/org_unit.html +++ b/Open-ILS/web/conify/global/actor/org_unit.html @@ -239,7 +239,7 @@ &conify.org_unit.editor_pane.main_email; - + -- 2.43.2