Tarantool CE/EE Documentation portal logo
Support
Updated at September 15, 2026   08:55 AM

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')