From 4488f711dbc01a8db6753907cae2ef4021dede68 Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期三, 13 十二月 2023 16:30:27 +0800 Subject: [PATCH] 修改前备份 --- force-app/main/default/experiences/Site3/views/forgotPassword.json | 146 ++++++++++++++++++++++++++---------------------- 1 files changed, 78 insertions(+), 68 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/forgotPassword.json b/force-app/main/default/experiences/Site3/views/forgotPassword.json index 1905b64..25cfdc3 100644 --- a/force-app/main/default/experiences/Site3/views/forgotPassword.json +++ b/force-app/main/default/experiences/Site3/views/forgotPassword.json @@ -1,69 +1,79 @@ { - "appPageId" : "2bcb651a-3bf1-4ba0-bf17-8f52e81c95c6", - "componentName" : "siteforce:sldsOneColLayout", - "dataProviders" : [ ], - "id" : "cb26bb2a-86d2-4d95-813b-a1b4e00337e5", - "label" : "Forgot Password", - "regions" : [ { - "components" : [ { - "componentAttributes" : { - "richTextValue" : "<div style=\"text-align: center;\"><span style=\"font-size:22px\">PASSWORD RESET</span></div>" - }, - "componentName" : "forceCommunity:richTextInline", - "id" : "25fd1614-b90d-4eb1-964f-67dea4fb6cea", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - }, { - "componentAttributes" : { - "richTextValue" : "<div style=\"text-align: center;\">To reset your password, we'll need your username.<br/> We'll send password reset instructions to the email address associated with your account.</div>" - }, - "componentName" : "forceCommunity:richTextInline", - "id" : "eec833d5-5d1f-4b8b-8c7e-3adf0247e716", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - }, { - "componentAttributes" : { - "checkEmailUrl" : "./CheckPasswordResetEmail", - "submitButtonLabel" : "Reset Password", - "usernameLabel" : "Username" - }, - "componentName" : "salesforceIdentity:forgotPassword2", - "id" : "4d5a81cc-11bf-44f7-84a1-193068441987", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - }, { - "componentAttributes" : { - "richTextValue" : "<div style=\"text-align: center;\"><a href=\"./\">Cancel</a></div>" - }, - "componentName" : "forceCommunity:richTextInline", - "id" : "9ca7bc62-3ac5-4dc6-a6bc-52501b674509", - "renderPriority" : "NEUTRAL", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "231c935f-3d29-4c7c-8e69-5cb4c7c2ba99", - "regionName" : "content", - "type" : "region" - }, { - "components" : [ { - "componentAttributes" : { - "customHeadTags" : "", - "description" : "", - "title" : "Forgot Password" - }, - "componentName" : "forceCommunity:seoAssistant", - "id" : "2ec7e376-133b-41d9-a0be-2b65d7fa4274", - "renditionMap" : { }, - "type" : "component" - } ], - "id" : "8a72b39f-ec8c-4f9a-9f34-10cd245d9e18", - "regionName" : "sfdcHiddenRegion", - "type" : "region" - } ], - "themeLayoutType" : "Login", - "type" : "view", - "viewType" : "forgot-password" -} \ No newline at end of file + "appPageId": "2bcb651a-3bf1-4ba0-bf17-8f52e81c95c6", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "cb26bb2a-86d2-4d95-813b-a1b4e00337e5", + "label": "Forgot Password", + "regions": [ + { + "components": [ + { + "componentAttributes": { + "richTextValue": "<div style=\"text-align: center;\"><span style=\"font-size:22px\">PASSWORD RESET</span></div>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "25fd1614-b90d-4eb1-964f-67dea4fb6cea", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "richTextValue": "<div style=\"text-align: center;\">To reset your password, we'll need your username.<br/> We'll send password reset instructions to the email address associated with your account.</div>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "eec833d5-5d1f-4b8b-8c7e-3adf0247e716", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "checkEmailUrl": "./CheckPasswordResetEmail", + "submitButtonLabel": "Reset Password", + "usernameLabel": "Username" + }, + "componentName": "salesforceIdentity:forgotPassword2", + "id": "4d5a81cc-11bf-44f7-84a1-193068441987", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + }, + { + "componentAttributes": { + "richTextValue": "<div style=\"text-align: center;\"><a href=\"./\">Cancel</a></div>" + }, + "componentName": "forceCommunity:richTextInline", + "id": "9ca7bc62-3ac5-4dc6-a6bc-52501b674509", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } + ], + "id": "231c935f-3d29-4c7c-8e69-5cb4c7c2ba99", + "regionName": "content", + "type": "region" + }, + { + "components": [ + { + "componentAttributes": { + "customHeadTags": "", + "description": "", + "title": "Forgot Password" + }, + "componentName": "forceCommunity:seoAssistant", + "id": "2ec7e376-133b-41d9-a0be-2b65d7fa4274", + "renditionMap": {}, + "type": "component" + } + ], + "id": "8a72b39f-ec8c-4f9a-9f34-10cd245d9e18", + "regionName": "sfdcHiddenRegion", + "type": "region" + } + ], + "themeLayoutType": "Login", + "type": "view", + "viewType": "forgot-password" +} -- Gitblit v1.9.1