From 53ac4bf60d2676cc2a668cf419402bec2d53fd16 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Tue, 23 Jul 2019 12:37:33 +1000 Subject: Add email note sent to user on block --- doc/user/admin_area/abuse_reports.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/admin_area/abuse_reports.md b/doc/user/admin_area/abuse_reports.md index ab8f3608e57..8088c33fc9c 100644 --- a/doc/user/admin_area/abuse_reports.md +++ b/doc/user/admin_area/abuse_reports.md @@ -39,6 +39,13 @@ Blocking a user: - Leaves them in the abuse report list. - Changes the **Block user** button to a disabled **Already blocked** button. +The user will be notified with the +[following message](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/app/workers/email_receiver_worker.rb#L38): + +```text +Your account has been blocked. If you believe this is in error, contact a staff member. +``` + After blocking, you can still either: - Remove the user and report if necessary. -- cgit v1.2.1