From 66630715eeed7b392aa3b9aa7c96268ae303a76d Mon Sep 17 00:00:00 2001 From: Jarson Abenojar <50538119+Jarzard@users.noreply.github.com> Date: Sat, 19 Sep 2020 15:03:23 -0700 Subject: [PATCH] fix(learn): update 'Whitelist' to 'Access List' for Atlas setup (#39626) Mongodb has been updated to call this the 'IP Access List' --- .../apis-and-microservices/mongodb-and-mongoose/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/pages/learn/apis-and-microservices/mongodb-and-mongoose/index.md b/client/src/pages/learn/apis-and-microservices/mongodb-and-mongoose/index.md index 326c643c70..532322afb0 100644 --- a/client/src/pages/learn/apis-and-microservices/mongodb-and-mongoose/index.md +++ b/client/src/pages/learn/apis-and-microservices/mongodb-and-mongoose/index.md @@ -59,10 +59,10 @@ Once you open the MongoDB Atlas page, you should sign up for a new account. - Click the **Add New Database User** button that is displayed in the next menu. - Enter a new username and password. You can set the privileges to **Read and write to any database** if they are not already. Then click **Add User** to finish creating the user. -### Whitelist your IP address +### Add your IP address -- If you now click on the green **Get Started** button in the bottom left of your screen, you should see the next step to take highlighted, **Whitelist your IP address**, click on it. - - Follow the instructions by clicking on the `IP Whitelist` tab under the `Security` tab. +- If you now click on the green **Get Started** button in the bottom left of your screen, you should see the next step to take highlighted, **Add your IP address**, click on it. + - Follow the instructions by clicking on the `IP Access List` tab under the `Security` tab. - Click on the green **ADD IP ADDRESS** button. - In the modal, click the **ALLOW ACCESS FROM ANYWHERE** button and you should see `0.0.0.0/0` pre-filled for the whitelist entry field, click the green **Confirm** button.