-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where can I set the init password of new added account ? #4090
Comments
Hello @enderson-pan , It is impossible to restore password, but here is instructions to reset it: https://argoproj.github.io/argo-cd/faq/#i-forgot-the-admin-password-how-do-i-reset-it |
Hi, @alexmt So how can I login in use the account holytiny? What's the init password of this local account or how can I init the password? |
For someone who meets the same issue, the inint passwor of the new added local user is the same as the admin's password. |
if you added a new local user named "argocduser",you can edit secret resource argocd-secret where key is 'accounts.argocduser.password' and value is bcrypt(password) like https://argoproj.github.io/argo-cd/faq/ "I forget password" part said. |
I've read the docs, however, can't find how to set the init password of the new added account.
How can I add new account with init password?
Thanks in advance.
The text was updated successfully, but these errors were encountered: