We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c68152 commit ed471d4Copy full SHA for ed471d4
source/reference/method/db.getUser.txt
@@ -16,8 +16,8 @@ Definition
16
.. method:: db.getUser(username, args)
17
18
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.
+ user's database. If the user doesn't exist in the database,
+ :method:`db.getUser()` returns ``null``.
21
22
The :method:`db.getUser()` method has the following parameters:
23
0 commit comments