Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 987 Bytes

File metadata and controls

36 lines (25 loc) · 987 Bytes
title reset-password
description Directly connect to the database to reset a user's password

Directly connect to the database to reset a user's password

Usage

coder reset-password [flags] <username>

Options

--postgres-url

Type string
Environment $CODER_PG_CONNECTION_URL

URL of a PostgreSQL database to connect to.

--postgres-connection-auth

Type password|awsiamrds
Environment $CODER_PG_CONNECTION_AUTH
Default password

Type of auth to use when connecting to postgres.