Skip to content

Commit

Permalink
docs(web-modeler): document how to enable super-user mode (#3251)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfriedenstab authored Jan 26, 2024
1 parent f95cc2a commit 5ed4acf
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 6 deletions.
14 changes: 12 additions & 2 deletions docs/components/modeler/web-modeler/collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Collaborate with your team
description: Collaboration features and access rights for Web Modeler.
---

import SuperUserModeImg from './img/super-user-mode.png';

<span class="badge badge--cloud">Camunda 8 only</span>

## Projects
Expand All @@ -30,8 +32,16 @@ Additionally, the **Owner** of the organization has special privileges to do adm

#### Super-user mode

Super-user mode is only available to the **Owner** of the organization. The main purpose of this mode is to assign collaborators
to orphaned projects (which have no collaborators). Ordinarily, these projects would not be accessible or visible to any users.
:::note
Super-user mode is not yet available in Web Modeler Self-Managed.
:::

Super-user mode is only available to the **Owner** of the organization and can be enabled via the user menu in Web Modeler:

<p><img src={SuperUserModeImg} style={{width: 280}} alt="Enable super-user mode in Web Modeler's user menu" /></p>

The main purpose of this mode is to assign collaborators to orphaned projects (which have no collaborators).
Ordinarily, these projects would not be accessible or visible to any users.

When the **Owner** activates super-user mode, they are temporarily granted **Project Admin** access to all projects
of the organization. This allows the **Owner** to assign collaborators to orphaned projects and gives the **Owner**
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Collaborate with your team
description: Collaboration features and access rights for Web Modeler.
---

import SuperUserModeImg from './img/super-user-mode.png';

<span class="badge badge--cloud">Camunda 8 only</span>

## Projects
Expand All @@ -30,8 +32,16 @@ Additionally, the **Owner** of the organization has special privileges to do adm

#### Super-user mode

Super-user mode is only available to the **Owner** of the organization. The main purpose of this mode is to assign collaborators
to orphaned projects (which have no collaborators). Ordinarily, these projects would not be accessible or visible to any users.
:::note
Super-user mode is not yet available in Web Modeler Self-Managed.
:::

Super-user mode is only available to the **Owner** of the organization and can be enabled via the user menu in Web Modeler:

<p><img src={SuperUserModeImg} style={{width: 280}} alt="Enable super-user mode in Web Modeler's user menu" /></p>

The main purpose of this mode is to assign collaborators to orphaned projects (which have no collaborators).
Ordinarily, these projects would not be accessible or visible to any users.

When the **Owner** activates super-user mode, they are temporarily granted **Project Admin** access to all projects
of the organization. This allows the **Owner** to assign collaborators to orphaned projects and gives the **Owner**
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Collaborate with your team
description: Collaboration features and access rights for Web Modeler.
---

import SuperUserModeImg from './img/super-user-mode.png';

<span class="badge badge--cloud">Camunda 8 only</span>

## Projects
Expand All @@ -30,8 +32,16 @@ Additionally, the **Owner** of the organization has special privileges to do adm

#### Super-user mode

Super-user mode is only available to the **Owner** of the organization. The main purpose of this mode is to assign collaborators
to orphaned projects (which have no collaborators). Ordinarily, these projects would not be accessible or visible to any users.
:::note
Super-user mode is not yet available in Web Modeler Self-Managed.
:::

Super-user mode is only available to the **Owner** of the organization and can be enabled via the user menu in Web Modeler:

<p><img src={SuperUserModeImg} style={{width: 280}} alt="Enable super-user mode in Web Modeler's user menu" /></p>

The main purpose of this mode is to assign collaborators to orphaned projects (which have no collaborators).
Ordinarily, these projects would not be accessible or visible to any users.

When the **Owner** activates super-user mode, they are temporarily granted **Project Admin** access to all projects
of the organization. This allows the **Owner** to assign collaborators to orphaned projects and gives the **Owner**
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ed4acf

Please sign in to comment.