Reset password for a user in the EdgeDB instance.
edgedb instance reset-password [options] name
edgedb instance reset-password
is a terminal command for resetting
or updating the password for a user of an EdgeDB instance.
The edgedb instance reset-password
command is not intended for use with
self-hosted instances.
The name of the EdgeDB instance.
User to change password for. Defaults to the user in the credentials file.
Read the password from the terminal rather than generating a new one.
Read the password from stdin rather than generating a new one.
Save new user and password into a credentials file. By default credentials file is updated only if user name matches.
Do not save generated password into a credentials file even if user name matches.
Do not print any messages, only indicate success by exit status.