Skip to content

Commit fd78596

Browse files
author
Vladimir I
committed
Fix gh-867 feedback: Access control
Fixed a typo - switched places of password() and passwd() functions in text.
1 parent f757ca2 commit fd78596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/1.10/book/box/authentication.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ choose long unobvious passwords, but it is ultimately up to the users to choose
9696
or change their own passwords.
9797

9898
There are two functions for managing passwords in Tarantool:
99-
:ref:`box.schema.user.password() <box_schema-user_password>` for changing
100-
a user's password and :ref:`box.schema.user.passwd() <box_schema-user_passwd>`
101-
for getting a hash-password.
99+
:ref:`box.schema.user.passwd() <box_schema-user_passwd>` for changing a user's password and
100+
:ref:`box.schema.user.password() <box_schema-user_password>` for getting a hash
101+
of a user's password.
102102

103103
.. _authentication-owners_privileges:
104104

0 commit comments

Comments
 (0)