diff options
author | Byron Jones <glob@mozilla.com> | 2014-05-22 07:31:14 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-22 07:31:14 +0200 |
commit | 54cc754a164f2ee7249b716239b53ca42cc0650a (patch) | |
tree | b8d4d27c2e6279371e2c51b8d1436656d03814c1 /extensions/AntiSpam/template | |
parent | e1aea961a9dd83d6d14b4e45cbf4a70b00fbe18c (diff) | |
download | bugzilla-54cc754a164f2ee7249b716239b53ca42cc0650a.tar.gz bugzilla-54cc754a164f2ee7249b716239b53ca42cc0650a.tar.xz |
Bug 1003950: automatically disable accounts based on the number of comments tagged as "abusive"
Diffstat (limited to 'extensions/AntiSpam/template')
-rw-r--r-- | extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl | 11 |
1 files changed, 10 insertions, 1 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 45dae623a..76299f546 100644 --- a/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl +++ b/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl @@ -23,6 +23,15 @@ antispam_spammer_disable_text => "This message will be displayed to the user when they try to log " _ - "in after their account is disabled." + "in after their account is disabled due to spam." + + antispam_abusive_comment_count => + "If a user has made at least this many comments, and either their first " _ + "NNN comments or their last NNN comments have been tagged as abusive, their " _ + "account will be automatically disabled." + + 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." } %] |