Skip to content

Commit c2ec389

Browse files
committed
Updates by comments
1 parent 6a85e35 commit c2ec389

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/reference/reference_lua/box_schema/user_disable.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ box.schema.user.disable()
1616
1717
.. NOTE::
1818

19-
* ``session`` - (cannot be granted to a role) allows the binary protocol layer (iproto) to authenticate the user
19+
* ``session`` - allows the binary protocol layer (iproto) to authenticate the user
2020

21-
* ``usage`` - (cannot be granted to a role) lets user use their privileges on database objects (such as read, write and alter space)
21+
* ``usage`` - lets user use their privileges on database objects (such as read, write and alter space)
2222

2323
For more information about revoking permissions see section :ref:`box.schema.user.revoke <box_schema-user_revoke>`.
2424

doc/reference/reference_lua/box_schema/user_enable.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ box.schema.user.enable()
1616
1717
.. NOTE::
1818

19-
* ``session`` - (cannot be granted to a role) allows the binary protocol layer (iproto) to authenticate the user
19+
* ``session`` - allows the binary protocol layer (iproto) to authenticate the user
2020

21-
* ``usage`` - (cannot be granted to a role) lets user use their privileges on database objects (such as read, write and alter space)
21+
* ``usage`` - lets user use their privileges on database objects (such as read, write and alter space)
2222

2323
For more information about granting permissions see section :ref:`box.schema.user.grant <box_schema-user_grant>`.
2424

0 commit comments

Comments
 (0)