Skip to content

Commit 115c0c1

Browse files
committed
remove If you have an account but have forgotten your password, select Forgot your password? to recover your password statement
1 parent 4048c87 commit 115c0c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/active-directory-b2c/configure-a-sample-node-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 02/09/2022
11+
ms.date: 04/03/2022
1212
ms.author: kengaderdus
1313
ms.subservice: B2C
1414
---
@@ -143,7 +143,7 @@ You can now test the sample app. You need to start the Node server and access it
143143
### Test sign in
144144

145145
1. After the page with the **Sign in** button finishes loading, select **Sign in**. You're prompted to sign in.
146-
1. Enter your sign-in credentials, such as email address and password. If you don't have an account, select **Sign up now** to create an account. If you have an account but have forgotten your password, select **Forgot your password?** to recover your password. After you successfully sign in or sign up, you should see the following page that shows sign-in status.
146+
1. Enter your sign-in credentials, such as email address and password. If you don't have an account, select **Sign up now** to create an account. After you successfully sign in or sign up, you should see the following page that shows sign-in status.
147147

148148
:::image type="content" source="./media/configure-a-sample-node-web-app/tutorial-dashboard-page.png" alt-text="Screenshot shows web app sign-in status.":::
149149

articles/active-directory-b2c/configure-authentication-in-sample-node-web-app-with-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 02/09/2022
12+
ms.date: 04/03/2022
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
@@ -250,7 +250,7 @@ You're now ready to test the web application's scoped access to the web API. Run
250250

251251
1. To call the protected API endpoint, select the **Sign in to call PROTECTED API** button. You're prompted to sign in.
252252
253-
1. Enter your sign-in credentials, such as email address and password. If you don't have an account, select **Sign up now** to create an account. If you have an account but have forgotten your password, select **Forgot your password?** to recover your password. After you successfully sign in or sign up, you should see the following page with **Call the PROTECTED API** button.
253+
1. Enter your sign-in credentials, such as email address and password. If you don't have an account, select **Sign up now** to create an account. After you successfully sign in or sign up, you should see the following page with **Call the PROTECTED API** button.
254254

255255

256256
:::image type="content" source="./media/tutorial-call-api-using-access-token/signed-in-to-call-api.png" alt-text="Web page for signed to call protected A P I.":::

0 commit comments

Comments
 (0)