diff options
Diffstat (limited to 'Bugzilla/Config/Auth.pm')
-rw-r--r-- | Bugzilla/Config/Auth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/Auth.pm b/Bugzilla/Config/Auth.pm index 6b0cf7683..65ebc1b79 100644 --- a/Bugzilla/Config/Auth.pm +++ b/Bugzilla/Config/Auth.pm @@ -93,7 +93,7 @@ sub get_param_list { { name => 'loginnetmask', type => 't', - default => '32', + default => '0', checker => \&check_netmask }, |