From dd3ddce448ec65813984aec6fe8cfedef7e58274 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 7 Jun 2016 23:42:26 -0700 Subject: [PATCH] add copy and settings for TL3 blocks --- config/locales/server.en.yml | 14 ++++++++++++-- config/site_settings.yml | 2 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 092358eb6fd..25ac3de9f90 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -887,6 +887,8 @@ en: num_flags_to_block_new_user: "If a new user's posts get this many spam flags from num_users_to_block_new_user different users, hide all their posts and prevent future posting. 0 to disable." num_users_to_block_new_user: "If a new user's posts get num_flags_to_block_new_user spam flags from this many different users, hide all their posts and prevent future posting. 0 to disable." + num_tl3_flags_to_block_new_user: "If a new user's posts get this many flags from num_tl3_users_to_block_new_user different trust level 3 users, hide all their posts and prevent future posting. 0 to disable." + num_tl3_users_to_block_new_user: "If a new user's posts get num_tl3_flags_to_block_new_user flags from this many different trust level 3 users, hide all their posts and prevent future posting. 0 to disable." notify_mods_when_user_blocked: "If a user is automatically blocked, send a message to all moderators." flag_sockpuppets: "If a new user replies to a topic from the same IP address as the new user who started the topic, flag both of their posts as potential spam." @@ -2031,9 +2033,8 @@ en: Please make sure you have properly configured the POP credentials in [the site settings](%{base_url}/admin/site_settings/category/email). If there is a web UI for the POP email account, you may need to log in on the web and check your settings there. - too_many_spam_flags: - subject_template: "New account blocked due to community flags" + subject_template: "New account on hold" text_body_template: | Hello, @@ -2042,7 +2043,16 @@ en: As a precautionary measure, your new account has been blocked from creating new replies or topics until a staff member can review your account. We apologize for the inconvenience. For additional guidance, please refer to our [community guidelines](%{base_url}/guidelines). + too_many_tl3_flags: + subject_template: "New account on hold" + text_body_template: | + Hello, + This is an automated message from %{site_name} to let you know you that your account has been placed on hold due to a large number of community flags. + + As a precautionary measure, your new account has been blocked from creating new replies or topics until a staff member can review your account. We apologize for the inconvenience. + + For additional guidance, please refer to our [community guidelines](%{base_url}/guidelines). blocked_by_staff: subject_template: "Account temporarily on hold" text_body_template: | diff --git a/config/site_settings.yml b/config/site_settings.yml index a8561916d0e..1f9fddf2bb2 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -776,6 +776,8 @@ spam: cooldown_minutes_after_hiding_posts: 10 num_flags_to_block_new_user: 3 num_users_to_block_new_user: 3 + num_tl3_flags_to_block_new_user: 6 + num_tl3_users_to_block_new_user: 4 notify_mods_when_user_blocked: false flag_sockpuppets: false newuser_spam_host_threshold: 3