docs: add notes + missing links for user guide (#11621)
* docs: add notes + missing links for user guide * fix build errors * fixes
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
---
|
||||
sidebar_label: "Reset Password"
|
||||
tags:
|
||||
- user guide
|
||||
- user
|
||||
- auth
|
||||
---
|
||||
|
||||
export const metadata = {
|
||||
title: `Reset Password in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
In this guide, you'll learn how to reset your admin user password using the Medusa Admin dashboard.
|
||||
|
||||
## 1. Request to Reset Password
|
||||
|
||||
Before resetting your password, you must request the reset, which will send you an email with instructions to reset your password.
|
||||
|
||||
To reset your password:
|
||||
|
||||
1. Open the Medusa Admin dashboard.
|
||||
2. Click on "Reset" below the login form.
|
||||
3. In the Reset Password form, enter your email address.
|
||||
4. Click the "Send reset instructions" button.
|
||||
|
||||
You will receive an email with instructions to reset your password. The email will contain a link that will redirect you to the [password reset form](#2-reset-password).
|
||||
|
||||
<Note>
|
||||
|
||||
If you don't receive an email, check with your technical team to ensure they have installed a [Notification Module Provider](!resources!/architectural-modules/notification) and configured the [password reset notification](!resources!/commerce-modules/auth/reset-password).
|
||||
|
||||
</Note>
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
## 2. Reset Password
|
||||
|
||||
After you've [requested to reset the password](#1-request-to-reset-password), you can reset your password using the link in the email you received.
|
||||
|
||||
To reset your password:
|
||||
|
||||
1. Open the link in the email you received.
|
||||
2. In the Reset Password form, enter your new password and confirm it.
|
||||
3. Click the "Reset password" button.
|
||||
|
||||
Once you've reset your password, click the "Back to login" link to return to the login form.
|
||||
|
||||

|
||||
@@ -4,6 +4,7 @@ sidebar_label: "Manage Store"
|
||||
tags:
|
||||
- user guide
|
||||
- store
|
||||
- currency
|
||||
---
|
||||
|
||||
import { EllipsisHorizontal, ArrowUpRightOnBox, EllipsisVertical } from "@medusajs/icons"
|
||||
|
||||
@@ -9,7 +9,7 @@ tags:
|
||||
import { EllipsisHorizontal } from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Tax Regions in Medusa Admin`,
|
||||
title: `Manage Tax Regions in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
@@ -13,7 +13,7 @@ export const generatedEditDates = {
|
||||
"app/settings/users/invites/page.mdx": "2025-02-19T11:38:54.009Z",
|
||||
"app/settings/developer/page.mdx": "2025-02-25T15:11:55.392Z",
|
||||
"app/settings/profile/page.mdx": "2025-02-25T16:24:21.165Z",
|
||||
"app/settings/store/page.mdx": "2025-02-19T11:19:01.136Z",
|
||||
"app/settings/store/page.mdx": "2025-02-26T10:33:07.346Z",
|
||||
"app/products/import/page.mdx": "2025-02-18T12:15:03.830Z",
|
||||
"app/products/categories/page.mdx": "2025-02-19T10:21:42.058Z",
|
||||
"app/inventory/reservations/page.mdx": "2025-02-18T13:56:28.134Z",
|
||||
@@ -54,5 +54,6 @@ export const generatedEditDates = {
|
||||
"app/settings/product-types/page.mdx": "2025-02-19T17:36:16.496Z",
|
||||
"app/settings/developer/publishable-api-keys/page.mdx": "2025-02-25T16:15:29.847Z",
|
||||
"app/settings/developer/secret-api-keys/page.mdx": "2025-02-25T16:17:40.621Z",
|
||||
"app/settings/developer/workflows/page.mdx": "2025-02-25T15:52:48.349Z"
|
||||
"app/settings/developer/workflows/page.mdx": "2025-02-25T15:52:48.349Z",
|
||||
"app/reset-password/page.mdx": "2025-02-26T11:13:45.457Z"
|
||||
}
|
||||
@@ -7,6 +7,14 @@ export const generatedSidebar = [
|
||||
"title": "Introduction",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/reset-password",
|
||||
"title": "Reset Password",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
@@ -22,7 +30,7 @@ export const generatedSidebar = [
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/tips/bulk-editor",
|
||||
"title": "Bulk Editor",
|
||||
"title": "Bulk Editor in Medusa Admin",
|
||||
"description": "",
|
||||
"children": []
|
||||
},
|
||||
@@ -31,7 +39,7 @@ export const generatedSidebar = [
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/tips/languages",
|
||||
"title": "Admin Languages",
|
||||
"title": "Languages in Medusa Admin",
|
||||
"description": "",
|
||||
"children": []
|
||||
},
|
||||
@@ -170,7 +178,7 @@ export const generatedSidebar = [
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Manage Variants",
|
||||
"path": "/proucts/variants",
|
||||
"path": "/products/variants",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
|
||||
@@ -9,6 +9,11 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
path: "/",
|
||||
title: "Introduction",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/reset-password",
|
||||
title: "Reset Password",
|
||||
},
|
||||
{
|
||||
type: "separator",
|
||||
},
|
||||
@@ -97,7 +102,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
{
|
||||
type: "link",
|
||||
title: "Manage Variants",
|
||||
path: "/proucts/variants",
|
||||
path: "/products/variants",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
@@ -106,7 +111,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Categories",
|
||||
title: "Manage Categories",
|
||||
path: "/products/categories",
|
||||
},
|
||||
{
|
||||
@@ -231,7 +236,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
title: "Invites",
|
||||
title: "Manage Invites",
|
||||
path: "/settings/users/invites",
|
||||
},
|
||||
],
|
||||
@@ -273,12 +278,12 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
title: "Locations",
|
||||
title: "Manage Locations",
|
||||
path: "/settings/locations-and-shipping/locations",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Shipping Profiles",
|
||||
title: "Manage Shipping Profiles",
|
||||
path: "/settings/locations-and-shipping/shipping-profiles",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user