summaryrefslogtreecommitdiffstats
path: root/extensions/AntiSpam/lib
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-07-15 09:02:19 +0200
committerByron Jones <glob@mozilla.com>2015-07-15 09:02:19 +0200
commite2635d9f405ec8b6f22b58d2ec1ec72c22d91df2 (patch)
treec502cfb9479ee53c811d0e0cb5dd0e590ea7ce94 /extensions/AntiSpam/lib
parent7a87266845224adb56547f775ddbb01914a73d7f (diff)
downloadbugzilla-e2635d9f405ec8b6f22b58d2ec1ec72c22d91df2.tar.gz
bugzilla-e2635d9f405ec8b6f22b58d2ec1ec72c22d91df2.tar.xz
Bug 1183975 - limit the number of accounts a new user can add to any multi-user field
Diffstat (limited to 'extensions/AntiSpam/lib')
-rw-r--r--extensions/AntiSpam/lib/Config.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/AntiSpam/lib/Config.pm b/extensions/AntiSpam/lib/Config.pm
index 92ccca175..754907d22 100644
--- a/extensions/AntiSpam/lib/Config.pm
+++ b/extensions/AntiSpam/lib/Config.pm
@@ -62,13 +62,13 @@ sub get_param_list {
"guidelines."
},
{
- name => 'antispam_cc_limit_age',
+ name => 'antispam_multi_user_limit_age',
type => 't',
default => '2',
checker => \&check_numeric,
},
{
- name => 'antispam_cc_limit_count',
+ name => 'antispam_multi_user_limit_count',
type => 't',
default => '5',
checker => \&check_numeric,