Skip to content

Commit 7d55ae3

Browse files
committed
Updates .._disable description by comments
Fixes #5123
1 parent 0c0e2c1 commit 7d55ae3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/reference/reference_lua/box_schema/user_disable.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ box.schema.user.disable()
1313

1414
:param string username: the name of a user to be deactivated
1515

16-
:return: ``---``
16+
:return: (if success) ``---``
17+
18+
(if failure) ``error: User 'username' is not found``
19+
1720

1821
**Example:**
1922

0 commit comments

Comments
 (0)