enhance(enterprise): Consistent naming scheme and update quick install

Standardize edition-gated terminology to Enterprise Edition across docs where feature availability is described.

Add links to /self-host/enterprise-edition so users can quickly understand edition differences before enabling gated features or selecting an installer edition.
This commit is contained in:
Laurence
2026-02-06 19:13:12 +00:00
committed by Owen Schwartz
parent 49ba4d8cc1
commit df9b36cbe0
23 changed files with 35 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ description: "Only allow trusted devices to connect to an organization"
---
<Note>
Only available in Pangolin Cloud and Enterprise.
Only available in Pangolin Cloud and [Enterprise Edition](/self-host/enterprise-edition).
</Note>
By default, any client configured with valid credentials can connect to an organization. To enhance security, you can enable device approvals, which require each new device to be manually approved by an administrator before it can connect.
@@ -34,4 +34,4 @@ Once enabled, any new user connecting with that role will require approval from
<Tip>
You cannot enable device approvals for the "Admin" role.
</Tip>
</Tip>

View File

@@ -19,7 +19,7 @@ Pangolin supports twofactor authentication (2FA) for Pangolin user accounts.
### Enforcement
<Note>
Twofactor enforcement (requiring 2FA at login) is available in Enterprise Edition only.
Twofactor enforcement (requiring 2FA at login) is available in [Enterprise Edition](/self-host/enterprise-edition) only.
</Note>
To enable enforcement, go to Organization Settings and toggle 2FA enforcement in the Security section.

View File

@@ -8,7 +8,7 @@ By default, Pangolin does not require passwords to be rotated on a regular basis
### Configuration
<Note>
Password expiry and rotation is an Enterprise Edition only feature.
Password expiry and rotation is an [Enterprise Edition](/self-host/enterprise-edition)-only feature.
</Note>
To enable password rotation, go to Organization Settings and select a maximum password age in the Security section. After the configured period expires, users will be prompted to change their password when accessing the organization or its resources.
@@ -16,4 +16,3 @@ To enable password rotation, go to Organization Settings and select a maximum pa
- Password rotation is enforced on a perorganization basis.
- Password rotation only applies to internal Pangolin user accounts. This policy does not apply to accounts linked to an external identity provider.
- Users who need to change their password will see a prompt directing them to update it before proceeding.

View File

@@ -10,7 +10,7 @@ However, you can require users to log in at regular intervals by enforcing maxim
### Configuration
<Note>
Session length enforcement is an Enterprise Edition only feature.
Session length enforcement is an [Enterprise Edition](/self-host/enterprise-edition)-only feature.
</Note>
To enable session length enforcement, go to Organization Settings and set a maximum session length in the Security section. After this amount of time, users will be prompted to log back in to acquire a fresh session.
@@ -18,4 +18,3 @@ To enable session length enforcement, go to Organization Settings and set a maxi
- Session length enforcement is configured per organization.
- Session length enforcement applies to both internal Pangolin users and users linked to external identity providers.
- Users whose session has expired will see a prompt directing them to log in again before proceeding.