Light
Dark
System
v4latest
v4latest
v3
v2
v1

edgedb instance reset-password

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.

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

We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.