diff --git a/content/collaborating/create-organization.md b/content/collaborating/create-organization.md index 14a21c8..f77ec34 100644 --- a/content/collaborating/create-organization.md +++ b/content/collaborating/create-organization.md @@ -70,8 +70,7 @@ You can also delete your organization, and access more advanced settings like or orga-settings -The `Name` of the organization is the name that will define the URLs of the organization and of all its repositories; -it is recommended to keep it short. This name will also appear on the member's profiles (see [People](#people)). +The `Name` of the organization is the name that will define the URLs of the organization and of all its repositories. On the other hand, the `Full Name` is the name that will appear on the organization's home page. In the `Labels` tab, you can create labels that will be used across all repositories of this organization. @@ -117,27 +116,6 @@ It is also possible to invite people by email. This also works for email addresses not associated with any Codeberg account, in which case they will be prompted to create an account first. -## People - -On the `People` tab, you can get an overview of all the people who belong to your organization: - -people - -Somewhat counter-intuitively, this is not where you can add members; -this is done in the `Teams` tab (see [Teams](#teams) above). -However, you can remove members from the `People` tab. - -The visibility of the members can also be edited here; `Hidden` means that the members' memberships will not be shown on -their profiles, while `Visible` makes the avatar of the organization appear in the info card on their profile, -as shown in the screenshot below. Note that your membership will always be visible to you on your profile; -this visibility setting is for other users only. - -profile - -Shown here is also whether or not each member has activated two-factor authentication (2FA, see [Setting up Two-factor Authentication](/security/2fa)). - -Finally, from here you can choose to leave the organization. - ## Access rights An overview of the repository permissions is given in the article [Repository Permissions](/collaborating/repo-permissions). diff --git a/content/images/collaborating/create-organization/people.png b/content/images/collaborating/create-organization/people.png deleted file mode 100644 index 9a21b94..0000000 Binary files a/content/images/collaborating/create-organization/people.png and /dev/null differ diff --git a/content/images/collaborating/create-organization/profile.png b/content/images/collaborating/create-organization/profile.png deleted file mode 100644 index 7b8e324..0000000 Binary files a/content/images/collaborating/create-organization/profile.png and /dev/null differ