From f49bd0eab3d8ab96e3090c05a0465b9f9d1d43b7 Mon Sep 17 00:00:00 2001 From: John Chen Date: Sun, 19 Sep 2021 16:45:06 -0400 Subject: [PATCH] docs: add comment about current-user-password It is not immediately clear what the `` should be as shown by this issue: https://github.com/argoproj/argo-cd/issues/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 --- docs/operator-manual/user-management/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/operator-manual/user-management/index.md b/docs/operator-manual/user-management/index.md index a645cf581a706..f3415be786659 100644 --- a/docs/operator-manual/user-management/index.md +++ b/docs/operator-manual/user-management/index.md @@ -77,6 +77,7 @@ argocd account get --account * Set user password ```bash +# if you are managing users as the admin user, should be the current admin password. argocd account update-password \ --account \ --current-password \