Skip to content

Commit e54e255

Browse files
Merge pull request mendix#9794 from mendix/nc-company-admins-members
Add info on deactivating/removing members
2 parents dd579a6 + dbcd60a commit e54e255

4 files changed

Lines changed: 32 additions & 11 deletions

File tree

content/en/docs/control-center/content-curation/portfolios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In the list, you can see the following items:
6666
* **Company** – This shows the company where the user works.
6767
* **Status** – This shows whether the user is active or deactivated.
6868

69-
{{% alert color="info" %}}A Mendix Admin can activate or deactivate a user on the [Members](/control-center/members/#active-deactive-members) page in Control Center.{{% /alert %}}
69+
{{% alert color="info" %}}A Mendix Admin can activate or deactivate a user on the [Members](/control-center/members/) page in Control Center.{{% /alert %}}
7070

7171
* **Role** – This shows the portfolio access role of the user. For more information about different roles and permissions, see [Access Management](/developerportal/portfolio-management/access-management/).
7272
* **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) – Clicking the button opens a menu with the following items:

content/en/docs/control-center/people/members.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,49 @@ weight: 10
66
no_list: true
77
---
88

9-
{{% alert color="info" %}}
9+
{{% alert color="warning" %}}
1010
A member in Control Center means a user of the Mendix platform who participates in the development process. It does not mean an end-user of an app built in the Mendix Platform.
1111
{{% /alert %}}
1212

1313
## Introduction
1414

1515
The **Members** page in Control Center allows you to manage active, deactivated, and external members of your company.
1616

17-
## Active and Deactivated Members {#active-deactive-members}
17+
## Active Members
1818

19-
On the **Active Members** tab and the **Deactivated Members** tab, you can see an overview of the active and deactivated members of your company.
19+
On the **Active Members** tab, you can see an overview of the active members of your company.
2020

21-
When you click a member's name, a pop-up window opens with their member profile. The profile displays the apps of which they are a member as well as their **App role** for each app. Click **Remove** to remove the member from the app. Click an app name to go to the [details page](/control-center/apps-overview/#app-details) of this app.
21+
When you click a member's name, a pop-up window opens with their member profile. The profile displays the apps of which they are a member, as well as their **App role** for each app. These are the actions you can take in the profile window:
2222

23-
When you select members in the lists on these tabs, a context menu appears with options for exporting member details to an *.xlsx* file and deactivating (on the **Active Members** tab) or activating (on the **Deactivated Members** tab) members.
23+
* Click **Remove** to remove the member from the app.
24+
* Click an app name to go to its [details page](/control-center/apps-overview/#app-details).
2425

25-
For security reasons, Mendix recommends deactivating an employee that is leaving your company (if the employee returns to your company, they can be activated as a member again).
26+
When you select members in the list on this tab, a context menu is displayed, providing the following options:
2627

27-
{{% alert color="info" %}}
28-
You cannot deactivate yourself.
28+
* Export the selected members' details to an *.xlsx* file.
29+
* Deactivate the selected members. For security reasons, Mendix recommends deactivating an employee that is leaving your company. If the employee returns to your company, they can be reactivated as a member.
30+
31+
{{% alert color="warning" %}}
32+
As a Mendix Admin:
33+
34+
* You cannot deactivate yourself.
35+
* You can remove Mendix Admins from the **Mendix Admins** tab of the Control Center [Company Settings](/control-center/company-settings/#mendix-admins) window.
36+
You cannot remove yourself as a Mendix Admin.
37+
* You can deactivate other users, but you cannot delete them.
38+
A user can delete their own account from the [User Settings](/community-tools/mendix-profile/user-settings/#deleting-an-account) window of their Mendix profile.
2939
{{% /alert %}}
3040

41+
## Deactivated Members
42+
43+
On the **Deactivated Members** tab, you can see an overview of the deactivated members of your company.
44+
45+
When you click a member's name, a pop-up window opens. It displays their profile, along with a button to **Activate** the member.
46+
47+
When you select members in the list on this tab, a context menu is displayed, providing the following options:
48+
49+
* Export the selected members' details to an *.xlsx* file.
50+
* Activate the selected members.
51+
3152
## External Members
3253

3354
On the **External Members** tab, you can see the members outside of your company who have access to at least one of your company apps.

content/en/docs/developerportal/digital-execution/portfolio-management/access-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The **Members** tab lists all the users that have portfolio access. You can sear
2323

2424
* **Status** – This shows whether the user is active or deactivated.
2525

26-
{{% alert color="info" %}}A Mendix Admin can activate or deactivate a user on the [Members](/control-center/members/#active-deactive-members) page in Control Center.{{% /alert %}}
26+
{{% alert color="info" %}}A Mendix Admin can activate or deactivate a user on the [Members](/control-center/members/) page in Control Center.{{% /alert %}}
2727

2828
* **Role** – This is the role of the user. A user can be a Portfolio Manager, Contributor, or Viewer. For more information about the permissions of each role, see the table below in this section.
2929

content/en/docs/releasenotes/control-center/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ We made the following improvements to the [access management](/control-center/po
218218

219219
#### New Features
220220

221-
* We added the **Member ID** column to the **Active Members** and **Deactivated Members** lists on the [Members](/control-center/members/#active-deactive-members) page. The column also appears in the Excel file, when you export the member information from these lists.
221+
* We added the **Member ID** column to the **Active Members** and **Deactivated Members** lists on the [Members](/control-center/members/) page. The column also appears in the Excel file, when you export the member information from these lists.
222222
* We introduced **Member ID** search functionality on the **Member** page.
223223

224224
#### Improvements

0 commit comments

Comments
 (0)