You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15/umbraco-cms/fundamentals/data/users/README.md
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,36 @@
1
1
---
2
2
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.
5
4
---
6
5
7
6
# Users
8
7
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.
10
9
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.
12
11
13
12
## Creating a user
14
13
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:
16
15
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**.
18
22
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.
20
24
21
-
### User profiles
25
+
### Manage a User Profile
22
26
23
-
There are default properties on every user that can be defined:
27
+
Open a user’s profile from the **Users** section to update:
24
28
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.
28
30
* Update the email for the user.
29
31
* 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.
32
34
33
35
## Default User Groups
34
36
@@ -44,38 +46,37 @@ By default, the User Groups available to new users are **Administrators**, **Wri
44
46
45
47
You can also create your own custom User Groups and add properties and tabs as you would with Document Types and Member Types.
46
48
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**.
48
52
49
-

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
+

52
54
53
55
### User Group Parameters
54
56
55
-

57
+

56
58
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:
58
60
59
-
***Name**: The name of the User Group is shown in the User Group tab.
61
+
***Name**: The name of the User Group.
60
62
***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.
62
64
***Default Permissions**: Select the default permissions granted to users of the User Group.
63
65
***Granular permissions**: Define a specific node the users in the group should have access to.
64
-
***Users**: Add users to the new group.
65
66
66
67
## User Permissions
67
68
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.
69
70
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.
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.
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/data/users/README.md
+26-25Lines changed: 26 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,36 @@
1
1
---
2
2
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.
5
4
---
6
5
7
6
# Users
8
7
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.
10
9
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.
12
11
13
12
## Creating a user
14
13
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:
16
15
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**.
18
22
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.
20
24
21
-
### User profiles
25
+
### Manage a User Profile
22
26
23
-
There are default properties on every user that can be defined:
27
+
Open a user’s profile from the **Users** section to update:
24
28
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.
28
30
* Update the email for the user.
29
31
* 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.
32
34
33
35
## Default User Groups
34
36
@@ -44,38 +46,37 @@ By default, the User Groups available to new users are **Administrators**, **Wri
44
46
45
47
You can also create your own custom User Groups and add properties and tabs as you would with Document Types and Member Types.
46
48
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**.
48
52
49
-

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
+

52
54
53
55
### User Group Parameters
54
56
55
-

57
+

56
58
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:
58
60
59
-
***Name**: The name of the User Group is shown in the User Group tab.
61
+
***Name**: The name of the User Group.
60
62
***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.
62
64
***Default Permissions**: Select the default permissions granted to users of the User Group.
63
65
***Granular permissions**: Define a specific node the users in the group should have access to.
64
-
***Users**: Add users to the new group.
65
66
66
67
## User Permissions
67
68
68
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.
69
70
70
71
The available user Permissions are defined under **Default Permissions** in the User group.
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.
0 commit comments