Skip to content

Commit 1a30bd6

Browse files
committed
Updated images and text to match v15 and v16 UI
1 parent b226984 commit 1a30bd6

File tree

10 files changed

+54
-52
lines changed

10 files changed

+54
-52
lines changed
79.3 KB
Loading
9.36 KB
Loading
65.7 KB
Loading
154 KB
Loading

15/umbraco-cms/fundamentals/data/users/README.md

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
---
22
description: >-
3-
This guide will explain how to define, create, and manage users in the
4-
backoffice
3+
Learn how to create, manage, and assign permissions to users in the Umbraco backoffice.
54
---
65

76
# Users
87

9-
Users (not to be confused with [Members](../members.md)) are people who have access to the Umbraco backoffice. These could include Content Editors, Translators, Web Designers, and Developers.
8+
Users are people who have access to the Umbraco backoffice (not to be confused with [Members](../members.md)). These could include Content Editors, Translators, Web Designers, and Developers.
109

11-
This guide will explain how to define, create, and manage users in the backoffice.
10+
This guide will walk you through how to create and invite users, manage user profiles, work with User Groups and permissions in the backoffice.
1211

1312
## Creating a user
1413

15-
Go to the **Users** section. Here, you will see an overview of all the current backoffice users.
14+
To create or invite a User:
1615

17-
To create a new user select the **Invite user** button. You will be prompted to add a **Name** and an **Email** for the new user. You will also need to select which **User group** the new user should be added to and enter a **Message** for the invitation.
16+
1. Go to the **Users** section in the backoffice.
17+
2. Select **Create -> User** or **Invite...**.
18+
3. Enter the **Name** and **Email** for the new user.
19+
4. Select which **User group** the new user should be added to.
20+
5. *[Optional]* Enter a **Message** for the invitation.
21+
6. Click **Create user** or **Send invite**.
1822

19-
Once you have created the user, an autogenerated password will be provided. This password needs to be used to access the account.
23+
Once you have created the user, the new user will receive a system-generated password for their initial login. This password needs to be used to access the account.
2024

21-
### User profiles
25+
### Manage a User Profile
2226

23-
There are default properties on every user that can be defined:
27+
Open a user’s profile from the **Users** section to update:
2428

25-
* Change/Remove photo.
26-
* Change Password (provides an option to set a new password).
27-
* Disable (allows one to disable service access).
29+
* Profile photo.
2830
* Update the email for the user.
2931
* Language (sets the backoffice language of the user account).
30-
* User Group (determines the scope of access in the backoffice)
31-
* Start nodes for both Content and Media sections to limit access
32+
* User Group (determines the scope of access in the backoffice).
33+
* Start nodes for both Content and Media sections to limit access.
3234

3335
## Default User Groups
3436

@@ -44,38 +46,37 @@ By default, the User Groups available to new users are **Administrators**, **Wri
4446

4547
You can also create your own custom User Groups and add properties and tabs as you would with Document Types and Member Types.
4648

47-
Go to the **Users** section and select the **Groups** tab in the top-right corner.
49+
1. Go to the **Users** section.
50+
2. Select **User Groups**.
51+
3. Click **Create**.
4852

49-
![User Groups Tab](../../../../../14/umbraco-cms/fundamentals/data/images/user-groups.png)
50-
51-
Select **Create Group** and you will be taken to the **User Group** editor. Here you can define and edit the User Group through custom settings and properties.
53+
![User Groups Menu](../images/user-groups-menu-v16.png)
5254

5355
### User Group Parameters
5456

55-
![Create User Group](../../../../../14/umbraco-cms/fundamentals/data/images/create-user-group.png)
57+
![Create User Group](../images/user-groups-v16.png)
5658

57-
Shows basic information about the User Group and settings for custom properties.
59+
Enter the information about the User Group and settings for custom properties:
5860

59-
* **Name**: The name of the User Group is shown in the User Group tab.
61+
* **Name**: The name of the User Group.
6062
* **Alias**: Used to reference the User Group in code - the alias will be auto-generated based on the name.
61-
* **Assign access**: Define which sections and languages the users will have access to, and if the users should have access to only some or all content and media.
63+
* **Assign access**: Define which sections and languages the users will have access to. Also, if the users should have access to only some or all content and media.
6264
* **Default Permissions**: Select the default permissions granted to users of the User Group.
6365
* **Granular permissions**: Define a specific node the users in the group should have access to.
64-
* **Users**: Add users to the new group.
6566

6667
## User Permissions
6768

68-
Depending on which User Group a user is added to, each user has a set of permissions associated with their accounts. These permissions either enable or disable a user's ability to perform its associated function.
69+
Depending on which User Group a user is added to, each user has a set of permissions associated with their accounts. These permissions either enable or disable a user's ability to perform their associated function.
6970

70-
The available user permissions are defined under **Default Permissions** in the User group.
71+
The available user Permissions are defined under **Default Permissions** in the User group.
7172

72-
![Default permissions](../../../../../14/umbraco-cms/fundamentals/data/images/default-permissions.png)
73+
![Default permissions](../images/default-permissions-v16.png)
7374

7475
## Granular Permissions
7576

7677
As an addition to the Default Permissions, it is also possible to add more granular permissions on a User Group level.
7778

78-
<figure><img src="../../../.gitbook/assets/Screenshot 2025-06-04 at 12.45.05.png" alt=""><figcaption></figcaption></figure>
79+
![Granular permissions](../images/granular-permissions.png)
7980

8081
With the **Documents** permission, you can define granular permissions on specific documents. This is useful when a User Group should only have limited access to a certain page on the website. Clicking **Add** opens a dialog where you can choose between documents from the Content section.
8182

79.3 KB
Loading
16.5 KB
Loading
65.7 KB
Loading
170 KB
Loading

16/umbraco-cms/fundamentals/data/users/README.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
---
22
description: >-
3-
This guide will explain how to define, create, and manage users in the
4-
backoffice
3+
Learn how to create, manage, and assign permissions to users in the Umbraco backoffice.
54
---
65

76
# Users
87

9-
Users (not to be confused with [Members](../members.md)) are people who have access to the Umbraco backoffice. These could include Content Editors, Translators, Web Designers, and Developers.
8+
Users are people who have access to the Umbraco backoffice (not to be confused with [Members](../members.md)). These could include Content Editors, Translators, Web Designers, and Developers.
109

11-
This guide will explain how to define, create, and manage users in the backoffice.
10+
This guide will walk you through how to create and invite users, manage user profiles, work with User Groups and permissions in the backoffice.
1211

1312
## Creating a user
1413

15-
Go to the **Users** section. Here, you will see an overview of all the current backoffice users.
14+
To create or invite a User:
1615

17-
To create a new user select the **Invite user** button. You will be prompted to add a **Name** and an **Email** for the new user. You will also need to select which **User group** the new user should be added to and enter a **Message** for the invitation.
16+
1. Go to the **Users** section in the backoffice.
17+
2. Select **Create -> User** or **Invite...**.
18+
3. Enter the **Name** and **Email** for the new user.
19+
4. Select which **User group** the new user should be added to.
20+
5. *[Optional]* Enter a **Message** for the invitation.
21+
6. Click **Create user** or **Send invite**.
1822

19-
Once you have created the user, an autogenerated password will be provided. This password needs to be used to access the account.
23+
Once you have created the user, the new user will receive a system-generated password for their initial login. This password needs to be used to access the account.
2024

21-
### User profiles
25+
### Manage a User Profile
2226

23-
There are default properties on every user that can be defined:
27+
Open a user’s profile from the **Users** section to update:
2428

25-
* Change/Remove photo.
26-
* Change Password (provides an option to set a new password).
27-
* Disable (allows one to disable service access).
29+
* Profile photo.
2830
* Update the email for the user.
2931
* Language (sets the backoffice language of the user account).
30-
* User Group (determines the scope of access in the backoffice)
31-
* Start nodes for both Content and Media sections to limit access
32+
* User Group (determines the scope of access in the backoffice).
33+
* Start nodes for both Content and Media sections to limit access.
3234

3335
## Default User Groups
3436

@@ -44,38 +46,37 @@ By default, the User Groups available to new users are **Administrators**, **Wri
4446

4547
You can also create your own custom User Groups and add properties and tabs as you would with Document Types and Member Types.
4648

47-
Go to the **Users** section and select the **Groups** tab in the top-right corner.
49+
1. Go to the **Users** section.
50+
2. Select **User Groups**.
51+
3. Click **Create**.
4852

49-
![User Groups Tab](../../../../../14/umbraco-cms/fundamentals/data/images/user-groups.png)
50-
51-
Select **Create Group** and you will be taken to the **User Group** editor. Here you can define and edit the User Group through custom settings and properties.
53+
![User Groups Menu](../images/user-groups-menu-v16.png)
5254

5355
### User Group Parameters
5456

55-
![Create User Group](../../../../../14/umbraco-cms/fundamentals/data/images/create-user-group.png)
57+
![Create User Group](../images/user-groups-v16.png)
5658

57-
Shows basic information about the User Group and settings for custom properties.
59+
Enter the information about the User Group and settings for custom properties:
5860

59-
* **Name**: The name of the User Group is shown in the User Group tab.
61+
* **Name**: The name of the User Group.
6062
* **Alias**: Used to reference the User Group in code - the alias will be auto-generated based on the name.
61-
* **Assign access**: Define which sections and languages the users will have access to, and if the users should have access to only some or all content and media.
63+
* **Assign access**: Define which sections and languages the users will have access to. Also, if the users should have access to only some or all content and media.
6264
* **Default Permissions**: Select the default permissions granted to users of the User Group.
6365
* **Granular permissions**: Define a specific node the users in the group should have access to.
64-
* **Users**: Add users to the new group.
6566

6667
## User Permissions
6768

6869
Depending on which User Group a user is added to, each user has a set of permissions associated with their accounts. These permissions either enable or disable a user's ability to perform their associated function.
6970

7071
The available user Permissions are defined under **Default Permissions** in the User group.
7172

72-
![Default permissions](../../../../../14/umbraco-cms/fundamentals/data/images/default-permissions.png)
73+
![Default permissions](../images/default-permissions-v16.png)
7374

7475
## Granular Permissions
7576

7677
As an addition to the Default Permissions, it is also possible to add more granular permissions on a User Group level.
7778

78-
<figure><img src="../../../.gitbook/assets/Screenshot 2025-06-04 at 12.45.05.png" alt=""><figcaption></figcaption></figure>
79+
![Granular permissions](../images/granular-permissions.png)
7980

8081
With the **Documents** permission, you can define granular permissions on specific documents. This is useful when a User Group should only have limited access to a certain page on the website. Clicking **Add** opens a dialog where you can choose between documents from the Content section.
8182

0 commit comments

Comments
 (0)