From bb85be28137ca2a822eb8164421072d8a088661e Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 16 Oct 2012 17:25:00 -0400 Subject: Bug 577329 - WebServices should filter email addresses same as the web UI as users are not always required to login --- Bugzilla/Config/Auth.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index a61cab5a2..d70c1f81e 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -96,6 +96,12 @@ sub get_param_list { default => '0' }, + { + name => 'webservice_email_filter', + type => 'b', + default => 0 + }, + { name => 'emailregexp', type => 't', -- cgit v1.2.3-24-g4f1b