From 572c5819d656d63f6b87e8fc54d8f561d6c3b9e3 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 22 Apr 2014 22:56:28 +0800 Subject: Bug 936509: Automatically disable accounts based on the number of comments tagged as spam --- .../en/default/admin/params/antispam.html.tmpl | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl (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 new file mode 100644 index 000000000..45dae623a --- /dev/null +++ b/extensions/AntiSpam/template/en/default/admin/params/antispam.html.tmpl @@ -0,0 +1,28 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% + title = "Anti-Spam" + desc = "Edit Anti-Spam Configuration" +%] + +[% param_descs = +{ + antispam_spammer_exclude_group => + "Users in this group will be excluded from automatic disabling." + + antispam_spammer_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 spam, their " _ + "account will be automatically disabled." + + antispam_spammer_disable_text => + "This message will be displayed to the user when they try to log " _ + "in after their account is disabled." +} +%] -- cgit v1.2.3-24-g4f1b