ACL: create user
CREATE USER name [ WITH ] PASSWORD 'password' [ USING chap-sha1 | md5 | ldap ]
chap-sha1 auth type should be used by default (md5 and ldap are specific option of our tarantool fork)
https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_schema/user_create/
Edited by Denis Smirnov