From 0c4796706fc9473d069b620321a54b20a119906c Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:16:44 +0800 Subject: [PATCH] Merge branch 'LEXUpgrade2023-Deloitte' --- force-app/main/default/experiences/Site3/views/forgotPassword.json | 79 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 79 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/forgotPassword.json b/force-app/main/default/experiences/Site3/views/forgotPassword.json new file mode 100644 index 0000000..25cfdc3 --- /dev/null +++ b/force-app/main/default/experiences/Site3/views/forgotPassword.json @@ -0,0 +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" +} -- Gitblit v1.9.1