diff options
author | Byron Jones <glob@mozilla.com> | 2015-07-14 07:03:15 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-07-14 07:03:15 +0200 |
commit | da4255a89aed53e9e215c69978087e16a0c85753 (patch) | |
tree | f81c831fe8e9391eab55f69a56d5849b3f8d2f9d /extensions/AntiSpam/template | |
parent | 43740a1ba3a3ee680033fbea7c23daab221016d5 (diff) | |
download | bugzilla-da4255a89aed53e9e215c69978087e16a0c85753.tar.gz bugzilla-da4255a89aed53e9e215c69978087e16a0c85753.tar.xz |
Bug 1182909 - Prevent new accounts from CCing large numbers of users
Diffstat (limited to 'extensions/AntiSpam/template')
-rw-r--r-- | extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl b/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl index 671ac40f4..a21f57e4d 100644 --- a/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl +++ b/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl @@ -33,5 +33,13 @@ antispam_abusive_disable_text => "This message will be displayed to the user when they try to log " _ "in after their account is disabled due to abuse." + + antispam_cc_limit_age => + "Accounts created fewer than this many days are restricted to CCing " _ + "'antispam_cc_limit_count' users at once." + + antispam_cc_limit_count => + "The maximum number of users new accounts can CC at once. Attempts to " _ + "CC more than this many users will result in zero users being CCed." } %] |