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