Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/assets/schemas/wl-inheritance-model-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/schemas/wl-inheritance-model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/content/_includes/docs/user-guide/white-labeling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ White labeling settings follow a three-level inheritance chain. Each level inher
To configure white labeling, you need the appropriate <DocLink product={props.product} path="user-guide/roles" target="_blank">permissions</DocLink>.
</Aside>

## General Settings
<Aside type="tip">
White Labeling checks are performed recursively. To use White Labeling, a customer must have the "Allow white labeling" option enabled for all parent customers and the tenant in the hierarchy.
It can be enabled in the "Customer details" tab.

For example, for the Sub-Customer shown in the diagram above to use White Labeling, the following conditions must be met:
- the "Allow white labeling" option must be enabled for the Tenant, Customer, and Sub-Customer;
- the "White Labeling" permission must be granted to the corresponding sub-customer user group.
</Aside>

## General settings

Navigate to the **White labeling** page to configure your company or product logo and color scheme.

Expand Down