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 8167e3f commit 6c9e8a1Copy full SHA for 6c9e8a1
doc/reference/reference_lua/box_schema.rst
@@ -54,10 +54,10 @@ Below is a list of all ``box.schema`` functions.
54
- Revoke privileges from a user or a role
55
56
* - :doc:`./box_schema/user_enable`
57
- - Activate previously deactivated user
+ - Grant ``usage`` and ``session`` permissions
58
59
* - :doc:`./box_schema/user_disable`
60
- - Deactivate user
+ - Revoke ``usage`` and ``session`` permissions
61
62
* - :doc:`./box_schema/user_password`
63
- Get a hash of a user's password
0 commit comments