0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-01-07 00:26:00 -05:00

Refactor blocking users page

- Update images to the 'new' design and have better consistency with
sizes (using Firefox's screenshot node feature).
- Add section for blocking users as a user of where to find the list of
blocked users and how to unblock them.

(cherry picked from commit fcb6347c18)
This commit is contained in:
Gusted 2023-11-02 13:37:07 +01:00 committed by github-actions[bot]
parent be128511a1
commit e3bab91462
10 changed files with 15 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -15,13 +15,27 @@ A popup will show; please read carefully what blocking another user implies, and
![Popup where implications of the block action is listed](../_images/user/block/popup.png) ![Popup where implications of the block action is listed](../_images/user/block/popup.png)
### List of blocked users and unblocking
If you would like to see the list of users you've blocked, navigate to your user profile in the top-right corner and click on the settings item.
![Dropdown that shows up after clicking on the profile in the navigation bar](../_images/user/block/profile_dropdown.png)
Select the Blocked Users item in the menu. This navigates you to the page where the users you've blocked are listed.
![Blocked Users page being selected in the settings menu](../_images/user/block/user_settings.png)
To unblock someone, click on the unblock button next to their name.
![List of people that are currently blocked by the user](../_images/user/block/user_list_blocks.png)
## How to block someone as an organization ## 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. 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. Navigate to your organization's settings and select the Blocked Users page.
![Blocked Users page being selected in the table](../_images/user/block/org_page.png) ![Blocked Users page being selected in the settings menu](../_images/user/block/org_page.png)
Find the person you want to block in the search bar, select the user and click block. Find the person you want to block in the search bar, select the user and click block.