mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-24 18:09:26 -05:00
Add organization moderation docs
- Follow up for: https://codeberg.org/forgejo/forgejo/pulls/802 # Conflicts: # _images/user/block/org_page.png # _images/user/block/org_search.png # _images/user/block/org_successful.png # _images/user/block/org_unblock.png
This commit is contained in:
parent
bcccb7d79e
commit
e201931bdd
5 changed files with 21 additions and 1 deletions
BIN
_images/user/block/org_page.png
Normal file
BIN
_images/user/block/org_page.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
_images/user/block/org_search.png
Normal file
BIN
_images/user/block/org_search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
_images/user/block/org_successful.png
Normal file
BIN
_images/user/block/org_successful.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
_images/user/block/org_unblock.png
Normal file
BIN
_images/user/block/org_unblock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -4,7 +4,7 @@ title: Blocking a user
|
|||
license: 'CC-BY-SA-4.0'
|
||||
---
|
||||
|
||||
Blocking another user is desirable if they are acting maliciously or are spamming your repository. For such cases, Forgejo provides the functionality to block other users. Please note that in this version, you can only block another user from your own account and not from an organization's account. When you block a user, Forgejo does not explicitly notify them, but they may learn through an interaction with you that is blocked.
|
||||
Blocking another user is desirable if they are acting maliciously or are spamming your repository. For such cases, Forgejo provides the functionality to block other users. When you block a user, Forgejo does not explicitly notify them, but they may learn through an interaction with you that is blocked.
|
||||
|
||||
## How to block someone
|
||||
|
||||
|
@ -16,6 +16,26 @@ A popup will show; please read carefully what blocking another user implies, and
|
|||
|
||||
![Popup where implications of the block action is listed](../../../../images/v1.20/user/block/popup.png)
|
||||
|
||||
## How to block someone as an organization
|
||||
|
||||
It is possible to block a user from an organization, this has the same implications as a normal user blocking another user. To block a user from an organization, you must be on that organization's Owners team.
|
||||
|
||||
Navigate to your organization's settings and select the Blocked Users page.
|
||||
|
||||
![Blocked Users page being selected in the table](../../../../images/v1.20/user/block/org_page.png)
|
||||
|
||||
Find the person you want to block in the search bar, select the user and click block.
|
||||
|
||||
![Search results being shown to the search query in the search bar](../../../../images/v1.20/user/block/org_search.png)
|
||||
|
||||
You will now see the blocked users in the list, along with the date they were blocked.
|
||||
|
||||
![Blocked person being shown in the blocked users list](../../../../images/v1.20/user/block/org_successful.png)
|
||||
|
||||
To unblock that person, you can click the unblock button next to their name.
|
||||
|
||||
![Blocked person being shown in the blocked users list](../../../../images/v1.20/user/block/org_unblock.png)
|
||||
|
||||
## Implications of blocking a user
|
||||
|
||||
When you block a user:
|
||||
|
|
Loading…
Reference in a new issue