mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
22 lines
346 B
Markdown
22 lines
346 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# coder reset-password
|
|
|
|
Directly connect to the database to reset a user's password
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder reset-password <username> [flags]
|
|
```
|
|
|
|
## Flags
|
|
|
|
### --postgres-url
|
|
|
|
URL of a PostgreSQL database to connect to.
|
|
<br/>
|
|
| | |
|
|
| --- | --- |
|
|
| Consumes | <code>$CODER_PG_CONNECTION_URL</code> |
|