1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/github/building-a-strong-community/unblocking-a-user-from-your-organization.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

2.1 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Unblocking a user from your organization Organization owners can unblock a user who was previously blocked, restoring their access to the organization's repositories.
/articles/unblocking-a-user-from-your-organization
free-pro-team
*

After unblocking a user from your organization, they'll be able to contribute to your organization's repositories.

If you selected a specific amount of time to block the user, they will be automatically unblocked when that period of time ends. For more information, see "Blocking a user from your organization."

{% tip %}

Tip: Any settings that were removed when you blocked the user from your organization, such as collaborator status, stars, and watches, will not be restored when you unblock the user.

{% endtip %}

Unblocking a user in a comment

  1. Navigate to the comment whose author you would like to unblock.
  2. In the upper-right corner of the comment, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click Unblock user. The horizontal kebab icon and comment moderation menu showing the unblock user option
  3. To confirm you would like to unblock the user, click Okay.

Unblocking a user in the organization settings

{% data reusables.profile.access_profile %} {% data reusables.profile.access_org %} {% data reusables.organizations.org_settings %} {% data reusables.organizations.block_users %} 5. Under "Blocked users", next to the user you'd like to unblock, click Unblock. Unblock user button

Further reading