From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 16 六月 2023 17:24:31 +0800 Subject: [PATCH] backup code --- force-app/main/default/experiences/Site3/views/forgotPassword.json | 146 ++++++++++++++++++++++-------------------------- 1 files changed, 68 insertions(+), 78 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/forgotPassword.json b/force-app/main/default/experiences/Site3/views/forgotPassword.json index fd261d2..1905b64 100644 --- a/force-app/main/default/experiences/Site3/views/forgotPassword.json +++ b/force-app/main/default/experiences/Site3/views/forgotPassword.json @@ -1,79 +1,69 @@ { - "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" -} + "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 -- Gitblit v1.9.1