@@ -92,12 +92,12 @@ issues when attempting to connect to MongoDB.
92
92
For more information about using connection strings with the {+driver-short+},
93
93
see :ref:`Connection URI <connection-uri>` in the Connection Guide.
94
94
95
- If your connection string contains a username and password, ensure that they
95
+ If your connection string contains a database username and database password, ensure that they
96
96
are in the correct format.
97
97
98
98
.. note::
99
99
100
- If the username or password includes any of the following characters, they
100
+ If the database username or database password includes any of the following characters, they
101
101
must be `percent encoded <https://tools.ietf.org/html/rfc3986#section-2.1>`__:
102
102
103
103
.. code-block:: none
@@ -119,8 +119,8 @@ connection if one of the hosts is unreachable.
119
119
Verify User Is in Authentication Database
120
120
-----------------------------------------
121
121
122
- To successfully authenticate a connection by using a username and password,
123
- the username must be defined in the authentication database. The default
122
+ To successfully authenticate a connection by using a database username and database password,
123
+ the database username must be defined in the authentication database. The default
124
124
authentication database is the ``admin`` database. To use a different database
125
125
for authentication, specify the ``authSource`` in the connection string. The
126
126
following example instructs the driver to use ``users`` as the authentication
0 commit comments