From 54cc754a164f2ee7249b716239b53ca42cc0650a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 22 May 2014 13:31:14 +0800 Subject: Bug 1003950: automatically disable accounts based on the number of comments tagged as "abusive" --- .../template/en/default/admin/params/antispam.html.tmpl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'extensions/AntiSpam/template/en') 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." } %] -- cgit v1.2.3-24-g4f1b