Skip to content

Commit

Permalink
docs: add comment about current-user-password (#7258)
Browse files Browse the repository at this point in the history
It is not immediately clear what the `<current-user-password>` should be as shown by this issue: #4096.
This comment should make it more clear that when users are setting passwords as the default `admin` user, they should be using the `admin` password here.

Signed-off-by: John Chen <[email protected]>
  • Loading branch information
kryptonite303 authored Sep 21, 2021
1 parent 3799d70 commit 4f69e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/operator-manual/user-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ argocd account get --account <username>

* Set user password
```bash
# if you are managing users as the admin user, <current-user-password> should be the current admin password.
argocd account update-password \
--account <name> \
--current-password <current-user-password> \
Expand Down

0 comments on commit 4f69e93

Please sign in to comment.