ACL: alter user (change password)
ALTER USER name [ WITH ] PASSWORD 'password' [ USING chap-sha1 | md5 | ldap ]
https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_schema/user_passwd/
Edited by Emir Vildanov
ALTER USER name [ WITH ] PASSWORD 'password' [ USING chap-sha1 | md5 | ldap ]
https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_schema/user_passwd/