diff options
author | Evan Read <eread@gitlab.com> | 2019-07-23 12:37:33 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-23 12:38:31 +1000 |
commit | 53ac4bf60d2676cc2a668cf419402bec2d53fd16 (patch) | |
tree | 88f2c020193252175051c0a56ceaeb5ee2407b06 | |
parent | 5a5854cdbe1b9ff6a7d9b19e1f2c05bd021e358a (diff) | |
download | gitlab-ce-docs/better-blocked-user-docs.tar.gz |
Add email note sent to user on blockdocs/better-blocked-user-docs
-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. |