Skip to content

Commit 4fe4d09

Browse files
DOCSP-48710 change user/pw info (#112) (#113)
* change user/pw info * try to fix bolding * fix bold * fix bold * fix bold (cherry picked from commit c9e9fac) Co-authored-by: shuangela <[email protected]>
1 parent ba09ba9 commit 4fe4d09

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

source/connect/connection-targets.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ To connect to a MongoDB deployment on Atlas, include the following elements
3232
in your connection string:
3333

3434
- URI of your Atlas cluster
35-
- MongoDB username
36-
- MongoDB password
35+
- MongoDB database username
36+
- MongoDB database password
3737

3838
Then, pass your connection string to the ``mongocxx::uri`` constructor, and use
3939
the ``mongocxx::uri`` object to construct a ``mongocxx::client`` object.

source/get-started.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ To connect to an instance or deployment not hosted on Atlas, see the
213213

214214
.. step:: Update the Placeholders
215215

216-
Paste this connection string into a file in your preferred text editor
217-
and replace the ``<username>`` and ``<password>`` placeholders with
218-
your database user's username and password.
219-
216+
Paste this connection string into a file in your preferred text editor and replace
217+
the ``<username>`` and ``<password>`` placeholders with your database user's
218+
username and password.
219+
220220
Save this file to a safe location for use in the next step.
221221

222222
After completing these steps, you have a connection string that

source/security/authentication.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ running MongoDB v3.6.
6161

6262
To authenticate with this mechanism, set the following connection options:
6363

64-
- ``db_username``: The username to authenticate.
65-
- ``db_password``: The password to authenticate.
64+
- ``db_username``: The database username to authenticate.
65+
- ``db_password``: The databse password to authenticate.
6666
- ``authSource``: The MongoDB database to authenticate against. By default,
6767
{+driver-short+} authenticates against the ``admin`` database.
6868
- ``authMechanism``: Set to ``"SCRAM-SHA-1"``.

0 commit comments

Comments
 (0)