Skip to content

Commit 0735b39

Browse files
authored
Docsp 21619 v5.3 backport (#1403)
* DOCSP-21619 clarification on getUser * DOCSP-21619 updating tense and phrasing * DOCSP-21619 fixing method format
1 parent 698906e commit 0735b39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/reference/method/db.getUser.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Definition
1616
.. method:: db.getUser(username, args)
1717

1818
Returns user information for a specified user. Run this method on the
19-
user's database. The user must exist on the database on which the method
20-
runs.
19+
user's database. If the user doesn't exist in the database,
20+
:method:`db.getUser()` returns ``null``.
2121

2222
The :method:`db.getUser()` method has the following parameters:
2323

@@ -136,6 +136,7 @@ Example output:
136136
mechanisms: [ 'SCRAM-SHA-1', 'SCRAM-SHA-256' ]
137137
}
138138

139+
139140
Omit Custom Data from Output
140141
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
141142

0 commit comments

Comments
 (0)