diff --git a/ui.apps/src/main/content/jcr_root/apps/venia/components/commerce/resetpassword/.content.xml b/ui.apps/src/main/content/jcr_root/apps/venia/components/commerce/resetpassword/.content.xml
new file mode 100644
index 00000000..34246be4
--- /dev/null
+++ b/ui.apps/src/main/content/jcr_root/apps/venia/components/commerce/resetpassword/.content.xml
@@ -0,0 +1,5 @@
+
+
\ No newline at end of file
diff --git a/ui.content/src/main/content/jcr_root/content/venia/language-masters/en/reset-password/.content.xml b/ui.content/src/main/content/jcr_root/content/venia/language-masters/en/reset-password/.content.xml
new file mode 100755
index 00000000..5fcc2ba6
--- /dev/null
+++ b/ui.content/src/main/content/jcr_root/content/venia/language-masters/en/reset-password/.content.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui.content/src/main/content/jcr_root/content/venia/us/en/reset-password/.content.xml b/ui.content/src/main/content/jcr_root/content/venia/us/en/reset-password/.content.xml
new file mode 100755
index 00000000..a752f6ea
--- /dev/null
+++ b/ui.content/src/main/content/jcr_root/content/venia/us/en/reset-password/.content.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui.frontend/src/main/components/App/App.js b/ui.frontend/src/main/components/App/App.js
index 8f71d49c..f0f7def8 100644
--- a/ui.frontend/src/main/components/App/App.js
+++ b/ui.frontend/src/main/components/App/App.js
@@ -24,7 +24,8 @@ import {
AuthBar,
AccountContainer,
AddressBook,
- BundleProductOptions
+ BundleProductOptions,
+ ResetPassword
} from '@adobe/aem-core-cif-react-components';
import i18n from './i18n';
@@ -62,6 +63,11 @@ const App = () => {
+
+
+
+
+
diff --git a/ui.frontend/src/main/components/App/config.js b/ui.frontend/src/main/components/App/config.js
index ca6eacbc..0963dec0 100644
--- a/ui.frontend/src/main/components/App/config.js
+++ b/ui.frontend/src/main/components/App/config.js
@@ -19,9 +19,11 @@ export default {
cartTrigger: '.header__cartTrigger',
navPanel: 'aside.navigation__root',
bundleProductOptionsContainer: '#bundle-product-options',
- minicart: '#minicart'
+ minicart: '#minicart',
+ resetPasswordPage: '#reset-password-page'
},
pagePaths: {
- addressBook: '/content/venia/us/en/my-account/address-book.html'
+ addressBook: '/content/venia/us/en/my-account/address-book.html',
+ resetPassword: '/content/venia/us/en/reset-password.html'
}
};