From 3912c4f2af6a9fd0ca9d7fe892c967ef87891a10 Mon Sep 17 00:00:00 2001 From: Angela Date: Fri, 28 Mar 2025 10:40:13 -0400 Subject: [PATCH 1/5] change user/pw info --- source/connect/connection-targets.txt | 4 ++-- source/security/authentication.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/connect/connection-targets.txt b/source/connect/connection-targets.txt index f5c31b37..ae720bcb 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -32,8 +32,8 @@ To connect to a MongoDB deployment on Atlas, include the following elements in your connection string: - URI of your Atlas cluster -- MongoDB username -- MongoDB password +- MongoDB database username +- MongoDB database password Then, pass your connection string to the ``mongocxx::uri`` constructor, and use the ``mongocxx::uri`` object to construct a ``mongocxx::client`` object. diff --git a/source/security/authentication.txt b/source/security/authentication.txt index 358acce6..c778044c 100644 --- a/source/security/authentication.txt +++ b/source/security/authentication.txt @@ -61,8 +61,8 @@ running MongoDB v3.6. To authenticate with this mechanism, set the following connection options: -- ``db_username``: The username to authenticate. -- ``db_password``: The password to authenticate. +- ``db_username``: The database username to authenticate. +- ``db_password``: The databse password to authenticate. - ``authSource``: The MongoDB database to authenticate against. By default, {+driver-short+} authenticates against the ``admin`` database. - ``authMechanism``: Set to ``"SCRAM-SHA-1"``. From 9fccc5f0489cfb30250fe3e38e03787a56507bf6 Mon Sep 17 00:00:00 2001 From: Angela Date: Fri, 28 Mar 2025 10:48:23 -0400 Subject: [PATCH 2/5] try to fix bolding --- source/get-started.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/get-started.txt b/source/get-started.txt index 2205a256..db8f5fbb 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -213,6 +213,7 @@ To connect to an instance or deployment not hosted on Atlas, see the .. step:: Update the Placeholders + Paste this connection string into a file in your preferred text editor and replace the ```` and ```` placeholders with your database user's username and password. From 017609b6bc0c89fecdc16de38ea04680b96771ab Mon Sep 17 00:00:00 2001 From: Angela Date: Fri, 28 Mar 2025 10:54:08 -0400 Subject: [PATCH 3/5] fix bold --- source/get-started.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/get-started.txt b/source/get-started.txt index db8f5fbb..e79c0f31 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -213,9 +213,7 @@ To connect to an instance or deployment not hosted on Atlas, see the .. step:: Update the Placeholders - - Paste this connection string into a file in your preferred text editor - and replace the ```` and ```` placeholders with + Paste this connection string into a file in your preferred text editor and replace the ```` and ```` placeholders with your database user's username and password. Save this file to a safe location for use in the next step. From d101106e106ec03ea0f471911f43a52da571af28 Mon Sep 17 00:00:00 2001 From: Angela Date: Fri, 28 Mar 2025 10:59:02 -0400 Subject: [PATCH 4/5] fix bold --- source/get-started.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/get-started.txt b/source/get-started.txt index e79c0f31..3ed3cc3f 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -213,8 +213,9 @@ To connect to an instance or deployment not hosted on Atlas, see the .. step:: Update the Placeholders - Paste this connection string into a file in your preferred text editor and replace the ```` and ```` placeholders with - your database user's username and password. + Paste this connection string into a file in your preferred text editor and replace + the ```` and ```` placeholders with your database user's + username and password. Save this file to a safe location for use in the next step. From e1b69a8207552022833595005a11c0ac2abdb72f Mon Sep 17 00:00:00 2001 From: Angela Date: Fri, 28 Mar 2025 10:59:24 -0400 Subject: [PATCH 5/5] fix bold --- source/get-started.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/get-started.txt b/source/get-started.txt index 3ed3cc3f..4af6458d 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -216,7 +216,7 @@ To connect to an instance or deployment not hosted on Atlas, see the Paste this connection string into a file in your preferred text editor and replace the ```` and ```` placeholders with your database user's username and password. - + Save this file to a safe location for use in the next step. After completing these steps, you have a connection string that