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-commerce/tutorials/build-a-store/permissions.md
+23-21Lines changed: 23 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,56 +4,58 @@ description: Configuring store permissions in Umbraco Commerce.
4
4
5
5
# Configuring Store Permissions
6
6
7
-
Configuring store permissions allows your to control who can access the store's management interface.
7
+
Configuring store permissions gives you control over who can access the store's management interface.
8
8
9
9
The setup of store permissions is split into two parts:
10
10
11
-
1. Allow access to the `Commerce` section
12
-
2. Allow access to manage a store
11
+
*[Allowing access to the `Commerce` section](#allow-access-to-the-commerce-section)
12
+
*[Allowing access to manage a store](#allow-access-to-manage-a-store)
13
13
14
14
## Allow Access to the Commerce Section
15
15
16
-
Store management is done through the `Commerce` section in the backoffice. To allow access to this section, you need to either create or update a user group and assign access to the `Commerce` section to it.
16
+
Store management is done through the `Commerce` section in the backoffice. To allow access to this section, you need to either create or update a user group and assign access to the `Commerce` section.
17
17
18
-
1. Navigate to the **Users** section of the backoffice
19
-
2. Create a new user group or edit an existing one
20
-
3. In the **Allowed Sections** property, select the `Commerce` section
18
+
1. Navigate to the **Users** section of the backoffice.
19
+
2. Create a new user group or edit an existing one.
At this point however, whilst your user has access to the commerce section, they will not yet be able to manage any stores and so a message is displayed guiding you of the next steps. To manage a store, you need to [allow access to manage a store](#allow-access-to-manage-a-store).
43
+
At this point the user has access to the Commerce section, they will not yet be able to manage any stores. To give access to managing a store, you need to [allow access to manage a store](#allow-access-to-manage-a-store).
43
44
44
45
## Allow Access to Manage a Store
45
46
46
-
To allow a user to manage a store, you need to assign store permissions from the stores settings.
47
+
To allow a user to manage a store, you must assign store permissions from the store's settings.
47
48
48
49
1. Navigate to the **Settings** section of the backoffice
49
-
2. In the **Stores** area of the navigation, select the store you want to assign permissions to
50
-
3. In the store editor, click the **Permissions** tab
50
+
2. Open the **Stores** area.
51
+
3. Select the store you want to assign permissions to.
52
+
4. Click the **Permissions** tab in the Store editor.
4. In the **User Roles** property, select the user group you created earlier
55
-
5. Click **Save**to save the changes to the store
56
+
5. Select the new user group in the **User Roles** property.
57
+
6.**Save** the changes.
56
58
57
-
After assigning the user group to the store, if we now open the `Commerce` section in the backoffice, users in that group will have access to manage the store.
59
+
After assigning the user group to the store, users in that group can manage the store.
0 commit comments