mirror of https://github.com/docker/docs.git
1.1 KiB
1.1 KiB
title | description | keywords |
---|---|---|
Reset a user password | Learn how to recover your Docker Enterprise Edition credentials. | ucp, authentication, password |
Docker EE administrators can reset user passwords managed in UCP:
- Log in to UCP with administrator credentials.
- Click Users under User Management.
- Select the user whose password you want to change.
- Select Configure and select Security.
- Enter the new password, confirm, and click Update Password.
Users passwords managed with an LDAP service must be changed on the LDAP server.
Change administrator passwords
Administrators who need a password change can ask another administrator for help or use ssh to log in to a manager node managed by Docker EE and run:
{% raw %}
docker run --net=host -v ucp-auth-api-certs:/tls -it "$(docker inspect --format '{{ .Spec.TaskTemplate.ContainerSpec.Image }}' ucp-auth-api)" "$(docker inspect --format '{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}' ucp-auth-api)" passwd -i
{% endraw %}