From e377a5b02799540d3a9df0fbb1f6fae90f8d9a5c Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 16 Oct 2012 16:57:15 -0400 Subject: Bug 577329 - WebServices should filter email addresses same as the web UI as users are not always required to login r/a=LpSolit --- 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 579f86ad8..289536bbd 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -73,6 +73,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