Tarantool CE/EE Documentation portal logo
Support
Updated at July 17, 2026   02:08 PM

box.schema.user.password()

box.schema.user.password(password)

Return a hash of a user's password. For explanation of how Tarantool maintains passwords, see section Passwords and reference on _user space.

Parameters:

  • password (string) — password to be hashed

Return type

string

Example:

box.schema.user.password('foobar')