From a7310a522e4ac2b24d01f0cdf44e132d0db8f73b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 18 Oct 2009 23:34:57 +0000 Subject: Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config/Auth.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/Config/Auth.pm') diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index cbd94617a..1af808eaa 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -90,13 +90,6 @@ sub get_param_list { checker => \&check_multi }, - { - name => 'loginnetmask', - type => 't', - default => '0', - checker => \&check_netmask - }, - { name => 'requirelogin', type => 'b', -- cgit v1.2.3-24-g4f1b