edgedb server reset-password

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.

name

The name of the EdgeDB instance.

--user=user

User to change password for. Defaults to the user in the credentials file.

--password

Read the password from the terminal rather than generating a new one.

--password-from-stdin

Read the password from stdin rather than generating a new one.

--save-credentials

Save new user and password into a credentials file. By default credentials file is updated only if user name matches.

--no-save-credentials

Do not save generated password into a credentials file even if user name matches.

--quiet

Do not print any messages, only indicate success by exit status.

Light
Dark
System