Skip to content
Snippets Groups Projects
Commit ae8e743e authored by ocelot-inc's avatar ocelot-inc
Browse files

databases.xml passwd(user-name,password)

parent 015d4580
No related branches found
No related tags found
No related merge requests found
......@@ -3168,6 +3168,12 @@ To change the current user's password, say
<code>box.schema.user.passwd(<replaceable>password</replaceable>)</code>.
</para>
<para>
To change a different user's password, say
<code>box.schema.user.passwd(<replaceable>user-name</replaceable>, <replaceable>password</replaceable>)</code>.
(Only the admin user can perform this function.)
</para>
<para>
To drop a user, say
<code>box.schema.user.drop(<replaceable>user-name</replaceable>)</code>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment