From e335482acbcffd78cb45b5677c998b288554e6b2 Mon Sep 17 00:00:00 2001 From: Pat Kelsh Date: Tue, 9 Mar 2021 15:12:52 -0500 Subject: [PATCH] DPC-1178 Added redirect for new password reset url (#25) * DPC-1178 added redirect for new password reset url * DPC-1178 added javascript to manage the redirect * DPC-1178 fixing gemfile.lock error * DPC-1178 added layout to redirect page * DPC-1178 added user confirmation redirect page --- common/guide.md | 4 ++-- common/userConfirmationRedirect.html | 13 +++++++++++++ common/userPasswordEditRedirect.html | 13 +++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 common/userConfirmationRedirect.html create mode 100644 common/userPasswordEditRedirect.html diff --git a/common/guide.md b/common/guide.md index 70ca6f5c..5ff50c9c 100644 --- a/common/guide.md +++ b/common/guide.md @@ -14,7 +14,7 @@ Welcome to the Data at the Point of Care pilot API program! This documentation c Welcome to the Data at the Point of Care pilot API program! ## Step One: Request Access -Any Fee-for-Service provider or Health IT vendor may [request access](https://dpc.cms.gov/users/sign_up) to the sandbox environment and obtain synthetic data by signing-up for an account in the DPC Portal. You will receive a confirmation email from CMS upon account creation. +Any Fee-for-Service provider or Health IT vendor may [request access](https://sandbox.dpc.cms.gov/users/sign_up) to the sandbox environment and obtain synthetic data by signing-up for an account in the DPC Portal. You will receive a confirmation email from CMS upon account creation. Once your account has been assigned to an organization, you will be notified with a second email, which will include next steps and an invite to join our [Google Group](https://groups.google.com/g/dpc-api) community. At this time, you may log in to the DPC Portal at [https://dpc.cms.gov](https://dpc.cms.gov) to create your first client token and start your journey with the Data at the Point of Care pilot API! @@ -42,7 +42,7 @@ Client tokens help monitor who is accessing the API through your account. A clie Your first client token must be created through the DPC Portal. After successfully accessing the API, you may choose to add client tokens through the API or continue using the DPC Portal. -1. **Log in to your account in the [DPC Portal](https://dpc.cms.gov/users/sign_in)** and select + New Token +1. **Log in to your account in the [DPC Portal](https://sandbox.dpc.cms.gov/users/sign_in)** and select + New Token 2. **Add a Label:** Title your token with a recognizable name that includes the environment for which you are requesting access 3. Click "Create Token" to generate your client token diff --git a/common/userConfirmationRedirect.html b/common/userConfirmationRedirect.html new file mode 100644 index 00000000..3c20e598 --- /dev/null +++ b/common/userConfirmationRedirect.html @@ -0,0 +1,13 @@ +--- +title: User Confirmation Redirect +permalink: /users/confirmation +id: user-confirmation-redirect +layout: default +--- + + \ No newline at end of file diff --git a/common/userPasswordEditRedirect.html b/common/userPasswordEditRedirect.html new file mode 100644 index 00000000..d9c1d95f --- /dev/null +++ b/common/userPasswordEditRedirect.html @@ -0,0 +1,13 @@ +--- +title: User Password Reset Redirect +permalink: /users/password/edit +id: user-password-redirect +layout: default +--- + + \ No newline at end of file