Welcome to mirror list, hosted at ThFree Co, Russian Federation.

report_abuse.md « user « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0fb29b435a88830990c342c3184e0c424a57091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
stage: none
group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Report abuse **(FREE)**

You can report abuse from other GitLab users to GitLab administrators.

A GitLab administrator [can then choose](admin_area/review_abuse_reports.md) to:

- Remove the user, which deletes them from the instance.
- Block the user, which denies them access to the instance.
- Or remove the report, which retains the user's access to the instance.

You can report a user through their:

- [Profile](#report-abuse-from-the-users-profile-page)
- [Comments](#report-abuse-from-a-users-comment)
- [Issues](#report-abuse-from-an-issue)
- [Merge requests](#report-abuse-from-a-merge-request)
- [Snippets](snippets.md#mark-snippet-as-spam)

## Report abuse from the user's profile page

To report abuse from a user's profile page:

1. Anywhere in GitLab, select the name of the user.
1. In the top right corner of the user's profile, select **Report abuse** (**{information-o}**).
1. Complete an abuse report.
1. Select **Send report**.

## Report abuse from a user's comment

To report abuse from a user's comment:

1. In the comment, in the top right corner, select **More actions** (**{ellipsis_v}**).
1. Select **Report abuse to admin**.
1. Complete an abuse report.
1. Select **Send report**.

NOTE:
A URL to the reported user's comment is pre-filled in the abuse report's
**Message** field.

## Report abuse from an issue

1. On the issue, in the top right corner, select the vertical ellipsis (**{ellipsis_v}**).
1. Select **Report abuse**.
1. Submit an abuse report.
1. Select **Send report**.

## Report abuse from a merge request

1. On the merge request, in the top right corner, either:
   - Select **Report abuse**. This option is displayed if you do not have permission to close the merge request.
   - Next to **Mark as draft**, select the down arrow (**{chevron-down}**) and then select **Report abuse**.
     This option is displayed if you have permission to close the merge request.
1. Submit an abuse report.
1. Select **Send report**.

## Related topics

- Administrators can view and resolve abuse reports.
  For more information, see [abuse reports administration documentation](admin_area/review_abuse_reports.md).