Skip to content

Commit 749c228

Browse files
authored
Update permissions.md
1 parent 27ebc19 commit 749c228

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

15/umbraco-commerce/tutorials/build-a-store/permissions.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,58 @@ description: Configuring store permissions in Umbraco Commerce.
44

55
# Configuring Store Permissions
66

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.
88

99
The setup of store permissions is split into two parts:
1010

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)
1313

1414
## Allow Access to the Commerce Section
1515

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.
1717

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.
20+
3. Find the **Allowed Sections** property.
21+
4. Select the `Commerce` section.
2122

2223
![Assign Commerce Allowed Section](../images/users/user-group.png )
2324

24-
4. Click **Save** to save the changes to the user group
25+
4. **Save** the changes.
2526

2627
### Assign Users to the User Group
2728

28-
After creating the user group, you can assign users to it to allow them access to the `Commerce` section.
29+
After creating the user group, you can assign users to it allowing them access to the `Commerce` section.
2930

30-
1. Navigate to the **Users** section of the backoffice
31-
2. Edit the user you want to assign to the user group
32-
3. In the **Groups** property, select the user group you created earlier
31+
1. Navigate to the **Users** section of the backoffice.
32+
2. Edit the user you want to assign to the user group.
33+
3. Select the new user group in the **Groups** property.
3334

3435
![Assign Commerce User Group to User](../images/users/assign-user.png)
3536

36-
4. Click **Save** to save the changes to the user
37+
4. **Save** the changes.
3738

38-
After assigning the user to the user group, they will have access to the `Commerce` section in the backoffice.
39+
After assigning the user to the user group, they have the `Commerce` section in the backoffice.
3940

4041
![Commerce Section](../images/blendid/commerce_no_stores_highlight.png)
4142

42-
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).
4344

4445
## Allow Access to Manage a Store
4546

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.
4748

4849
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.
5153

5254
![Store Permissions](../images/blendid/store_permissions.png)
5355

54-
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.
5658

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.
5860

5961
![Commerce Section](../images/blendid/commerce_with_store.png)

0 commit comments

Comments
 (0)