Skip to content

Commit

Permalink
Fix password placeholder (argoproj#6105)
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Zaborsky <[email protected]>
  • Loading branch information
qrilka authored Apr 29, 2021
1 parent 5c3f1d4 commit 2f1357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/user-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ argocd account get <username>
```bash
argocd account update-password \
--account <name> \
--current-password <current-admin> \
--current-password <current-user-password> \
--new-password <new-user-password>
```

Expand Down

0 comments on commit 2f1357a

Please sign in to comment.