Reset password for a user in the EdgeDB instance.
edgedb server reset-password [OPTIONS] name
edgedb server reset-password
is a terminal command for resetting
or updating the password for a user of an EdgeDB instance.
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.