Skip to content

Commit 88dc66a

Browse files
authored
chore(docs): Add clarifying language that resetting a user password must run on the coderd host (#7845)
1 parent 6fde86d commit 88dc66a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/admin/users.md

+10
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,13 @@ You can also reset a password via the CLI:
119119
# run `coder reset-password <username> --help` for usage instructions
120120
coder reset-password <username>
121121
```
122+
123+
> Resetting a user's password, e.g., the initial `owner` role-based user, only works when run on the host running the Coder control plane.
124+
125+
### Resetting a password on Kubernetes
126+
127+
```sh
128+
kubectl exec -it deployment/coder /bin/bash -n coder
129+
130+
coder reset-password <username>
131+
```

0 commit comments

Comments
 (0)