edgedb instance reset-password
Reset password for a user in the EdgeDB instance.
edgedb instance reset-password [options] name
Description
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.
Options
- 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.