docs: added guide on sending invite user emails + updates to reset password guide (#13122)
* docs: added guide on sending invite user emails + updates to reset password guide * fix vale error
This commit is contained in:
@@ -208,7 +208,7 @@ export const generatedEditDates = {
|
||||
"app/infrastructure-modules/event/local/page.mdx": "2025-03-27T14:53:13.309Z",
|
||||
"app/infrastructure-modules/workflow-engine/in-memory/page.mdx": "2024-11-19T16:37:47.262Z",
|
||||
"app/infrastructure-modules/cache/in-memory/page.mdx": "2024-11-19T16:37:47.261Z",
|
||||
"app/infrastructure-modules/notification/local/page.mdx": "2024-11-19T16:37:47.262Z",
|
||||
"app/infrastructure-modules/notification/local/page.mdx": "2025-08-01T11:42:33.657Z",
|
||||
"app/infrastructure-modules/file/local/page.mdx": "2025-05-20T07:51:40.714Z",
|
||||
"app/infrastructure-modules/notification/send-notification/page.mdx": "2025-05-20T07:51:40.714Z",
|
||||
"app/infrastructure-modules/file/page.mdx": "2025-04-17T08:29:00.672Z",
|
||||
@@ -2098,7 +2098,7 @@ export const generatedEditDates = {
|
||||
"app/admin-components/layouts/single-column/page.mdx": "2024-10-07T11:16:06.435Z",
|
||||
"app/admin-components/layouts/two-column/page.mdx": "2024-10-07T11:16:10.092Z",
|
||||
"app/admin-components/components/forms/page.mdx": "2024-10-09T12:48:04.229Z",
|
||||
"app/commerce-modules/auth/reset-password/page.mdx": "2025-04-17T08:29:01.697Z",
|
||||
"app/commerce-modules/auth/reset-password/page.mdx": "2025-08-01T12:07:32.023Z",
|
||||
"app/storefront-development/customers/reset-password/page.mdx": "2025-03-27T14:46:51.424Z",
|
||||
"app/commerce-modules/api-key/links-to-other-modules/page.mdx": "2025-04-17T15:39:39.374Z",
|
||||
"app/commerce-modules/cart/extend/page.mdx": "2024-12-25T12:48:59.149Z",
|
||||
@@ -5524,7 +5524,7 @@ export const generatedEditDates = {
|
||||
"references/workflows/classes/workflows.WorkflowResponse/page.mdx": "2025-04-11T09:04:53.140Z",
|
||||
"references/workflows/interfaces/workflows.ApplyStepOptions/page.mdx": "2025-05-20T07:51:41.181Z",
|
||||
"references/workflows/types/workflows.WorkflowData/page.mdx": "2024-12-23T13:57:08.059Z",
|
||||
"app/integrations/guides/resend/page.mdx": "2025-06-26T12:38:47.063Z",
|
||||
"app/integrations/guides/resend/page.mdx": "2025-08-01T12:09:08.483Z",
|
||||
"references/api_key_models/variables/api_key_models.ApiKey/page.mdx": "2025-07-24T08:20:54.787Z",
|
||||
"references/cart/ICartModuleService/methods/cart.ICartModuleService.updateShippingMethods/page.mdx": "2025-06-25T10:11:35.302Z",
|
||||
"references/cart/interfaces/cart.UpdateShippingMethodDTO/page.mdx": "2025-06-25T10:11:35.052Z",
|
||||
@@ -6563,5 +6563,6 @@ export const generatedEditDates = {
|
||||
"references/js_sdk/admin/Order/methods/js_sdk.admin.Order.archive/page.mdx": "2025-07-24T08:20:57.709Z",
|
||||
"references/js_sdk/admin/Order/methods/js_sdk.admin.Order.complete/page.mdx": "2025-07-24T08:20:57.714Z",
|
||||
"app/commerce-modules/cart/cart-totals/page.mdx": "2025-07-31T15:18:13.978Z",
|
||||
"app/commerce-modules/order/order-totals/page.mdx": "2025-07-31T15:12:10.633Z"
|
||||
"app/commerce-modules/order/order-totals/page.mdx": "2025-07-31T15:12:10.633Z",
|
||||
"app/commerce-modules/user/invite-user-subscriber/page.mdx": "2025-08-01T12:01:54.551Z"
|
||||
}
|
||||
@@ -651,6 +651,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/commerce-modules/user/admin-widget-zones/page.mdx",
|
||||
"pathname": "/commerce-modules/user/admin-widget-zones"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/commerce-modules/user/invite-user-subscriber/page.mdx",
|
||||
"pathname": "/commerce-modules/user/invite-user-subscriber"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/commerce-modules/user/js-sdk/page.mdx",
|
||||
"pathname": "/commerce-modules/user/js-sdk"
|
||||
|
||||
@@ -6102,14 +6102,6 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/gift-message",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Generate Invoices",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/invoice-generator",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
@@ -16771,6 +16763,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
|
||||
"sort_sidebar": "alphabetize",
|
||||
"description": "Learn how to use the User Module in your customizations on the Medusa application server.",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/commerce-modules/user/invite-user-subscriber",
|
||||
"title": "Invite User Email",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
@@ -138,7 +138,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Handle Password Reset Event",
|
||||
"title": "Invite User Email",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/user/invite-user-subscriber",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Reset Password Email",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/auth/reset-password",
|
||||
"children": []
|
||||
},
|
||||
|
||||
@@ -410,14 +410,6 @@ const generatedgeneratedInfrastructureModulesSidebarSidebar = {
|
||||
"title": "Create Notification Provider",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Handle Password Reset Event",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/auth/reset-password",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
@@ -442,6 +434,22 @@ const generatedgeneratedInfrastructureModulesSidebarSidebar = {
|
||||
"path": "https://docs.medusajs.com/resources/integrations/guides/slack",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Invite User Email",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/user/invite-user-subscriber",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Reset Password Email",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/auth/reset-password",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
@@ -819,14 +819,6 @@ const generatedgeneratedToolsSidebarSidebar = {
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/first-purchase-discounts",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Generate Invoices",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/invoice-generator",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
Reference in New Issue
Block a user