diff options
-rw-r--r-- | doc/user/admin_area/abuse_reports.md | 7 |
1 files changed, 7 insertions, 0 deletions
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. |