add site provisioning

This commit is contained in:
miloschwartz
2026-04-03 10:50:58 -04:00
parent 372b993d31
commit cf23a8e3da
8 changed files with 130 additions and 5 deletions

View File

@@ -12,11 +12,15 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx";
Users can be added to organizations. When a user is added to Pangolin, there is a global user object and an organizationspecific user object that links that user to the organization. This allows a user to exist in one or more organizations.
<Tip>
Because the root user exists and a perorganization user exists, a user invited to an organization may be able to create a new organization. You can disable this functionality via a flag in the config file in selfhosted Pangolin. [Check out the config file documentation](/self-host/advanced/config-file#feature-flags).
Because the global user exists and a perorganization user exists, a user invited to an organization may be able to create a new organization. You can disable this functionality via a flag in the config file in selfhosted Pangolin. [Check out the config file documentation](/self-host/advanced/config-file#feature-flags).
</Tip>
When removing a user from an organization, their account still exists. To completely delete their account, visit the server admin panel as the server admin and delete the global user in the users table.
<Frame>
<img src="/images/users-table.png" centered/>
</Frame>
### Internal Users
An internal user is an identity managed by Pangolin only. When adding the user, you will receive an invite link. The user needs to use this link to either accept the invite, or create an account for the first time and accept the invite.