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: www/apps/user-guide/app/settings/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ export const metadata = {
12
12
13
13
Your Medusa store's settings are where you can manage your store's details, regions, sales channels, and more.
14
14
15
-
You can access your store's settings by clicking "Settings" item at the bottom of the sidebar. This shows a settings panel with a different sidebar to manage your store's data.
15
+
You can access your store's settings by clicking the "Settings" item at the bottom of the sidebar. This shows a settings panel with a different sidebar to manage your store's data.
16
16
17
17
You can also go back to the main sidebar by clicking the <InlineIconIcon={ArrowUturnLeft}alt="back" /> icon at the top of the sidebar.
Copy file name to clipboardExpand all lines: www/apps/user-guide/app/settings/users/invites/page.mdx
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,32 +10,30 @@ export const metadata = {
10
10
11
11
# {metadata.title}
12
12
13
-
In this document, you'll learn how to manage invites in your store.
13
+
In this guide, you'll learn how to manage invites in your store.
14
14
15
-
## Overview
15
+
## Add Admin Users through Invites
16
16
17
-
To add a new user to your team, you must invite them. The user gets a notification of the invite to sign up, but you can also send them the invite link to sign up.
17
+
To add a new user to your team, you must invite them. The user gets a notification of the invite to sign up, but you can also manually send them the invite link to sign up.
18
18
19
19
<Note>
20
20
21
21
The form of notification sent (for example, an email) depends on what's configured in your store. If you're unsure about this, contact your technical team to configure it for you.
22
22
23
23
</Note>
24
24
25
+
---
26
+
25
27
## Invite a User
26
28
27
29
To send an invite to a user:
28
30
29
31
1. Go to Settings → Users.
30
32
2. Click the Invite button.
31
-
3. Enter the user’s email and choose their role.
33
+
3. Enter the user’s email.
32
34
4. Once done, click on the "Send invite" button.
33
35
34
-
<Notetitle="Info">
35
-
36
-
A user's role doesn't actually change the user's privileges. All users have the same admin privileges.
37
-
38
-
</Note>
36
+

39
37
40
38
---
41
39
@@ -47,17 +45,23 @@ To view pending invites:
47
45
2. Click the Invite button.
48
46
3. Below the form, you'll find a Pending Invites table with all the invites that haven't been accepted yet.
In this document, you’ll learn how to invite new users, edit other users’ information, and remove users from your store.
14
+
In this guide, you’ll learn how to manage users in your store.
15
+
16
+
<Notetitle="Tip">
17
+
18
+
You can't create a user. Instead, you need to [invite them](./invites/page.mdx) to join your store.
19
+
20
+
</Note>
15
21
16
22
## View Users
17
23
18
-
View admin users by going to Settings → Users.
24
+
You can view admin users by going to Settings → Users. In the list, you can see user details such as the name and email. You can also search, filter, and sort the users to find the specific item you are looking for.
2. Click the <InlineIconIcon={EllipsisHorizontal}alt="three-dots" /> icon at the top right of the first section.
28
49
3. Choose Edit from the dropdown.
29
-
4. In the drawer that opens, edit the user’s information.
50
+
4. In the side window that opens, you can edit the user's first and last names.
30
51
5. Once done, click the Save button.
31
52
53
+

54
+
55
+
---
56
+
57
+
## Manage User Metadata
58
+
59
+
Metadata is custom data that can be associated with the user in key-value pairs. This is usually used by developers for custom integrations or to store additional information about the user.
60
+
61
+
To edit the user's metadata:
62
+
63
+
1. Click the <InlineIconIcon={ArrowUpRightOnBox}alt="arrow" /> icon at the right of the "Metadata" section.
64
+
2. In the side window that opens:
65
+
- Manage the key-value pairs in the table.
66
+
- To add a new row of key-value pairs before or after a row:
67
+
- Hover over the row and click the <InlineIconIcon={EllipsisVertical}alt="three-dots" /> icon at its right.
68
+
- Choose "Insert row above" or "Insert row below" from the dropdown.
69
+
- To delete a row of key-value pairs:
70
+
- Hover over the row and click the <InlineIconIcon={EllipsisVertical}alt="three-dots" /> icon at its right.
71
+
- Choose "Delete row" from the dropdown.
72
+
3. Once you're done, click the Save button.
73
+
32
74
---
33
75
34
76
## Delete a User
@@ -45,4 +87,4 @@ To delete a user from your store:
45
87
2. Find the user in the list and click on it.
46
88
3. Click the <InlineIconIcon={EllipsisHorizontal}alt="three-dots" /> icon at the top right of the first section.
47
89
4. Choose Delete from the dropdown.
48
-
4. Confirm deleting the user by clicking the Delete button in the pop-up.
90
+
4. Confirm deleting the user by entering their name and clicking the "Delete" button in the pop-up.
0 commit comments