-
Notifications
You must be signed in to change notification settings - Fork 26
Procedures Removing an organization owner
Gene Wood edited this page Jun 8, 2018
·
2 revisions
Removing an organization owner can be tricky - if you "just do it", the individual becomes an admin of every repository, public and private. That may not be what you want.
NOTE: Order is important. If you simply transition them from an 'owner' to a 'outside contributor', they retain all rights they had before. I.e. they will be an explicit admin of every repository!
- Browse to https://github.com/orgs/:your_org/people?query=role%3Aowner
- Find the user that you'd like to remove from the org
- Change their role from
Owner
toMember
- Click the
Manage access
gear for the user - Click
Convert to outside collaborator
orRemove from organization
depending on the effect you want
Other adjustments that may be needed:
- If the owner should continue to be a team maintainer, they need to have that permission added to each team.
- If you are in an "old style" organization, the user may need to be added to additional teams.
Remove the user from the github-owners mailing list
For more information, see Github wiki page or #github on moznet