mirror of https://github.com/docker/docs.git
Add recover password
This commit is contained in:
parent
7a3e97c41f
commit
e79f8530bb
|
@ -1157,6 +1157,8 @@ toc:
|
||||||
title: Create and manage teams
|
title: Create and manage teams
|
||||||
- path: /datacenter/ucp/2.1/guides/admin/manage-users/permission-levels/
|
- path: /datacenter/ucp/2.1/guides/admin/manage-users/permission-levels/
|
||||||
title: Permission levels
|
title: Permission levels
|
||||||
|
- path: /datacenter/ucp/2.1/guides/admin/manage-users/recover-a-user-password/
|
||||||
|
title: Recover a user password
|
||||||
- sectiontitle: Monitor and troubleshoot
|
- sectiontitle: Monitor and troubleshoot
|
||||||
section:
|
section:
|
||||||
- path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/
|
- path: /datacenter/ucp/2.1/guides/admin/monitor-and-troubleshoot/
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
title: Recover a user password
|
||||||
|
description: Learn how to recover your Docker Datacenter credentials
|
||||||
|
keywords: docker, ucp, authentication
|
||||||
|
---
|
||||||
|
|
||||||
|
If you have administrator credentials to UCP, you can reset the password of
|
||||||
|
other users.
|
||||||
|
|
||||||
|
If that user is being managed using an LDAP service, you need to change the
|
||||||
|
user password on that system. If the user account is managed using UCP,
|
||||||
|
log in with administrator credentials into the **UCP web UI**, navigate to
|
||||||
|
the **User Management** tab, and choose the user you want to change the
|
||||||
|
password.
|
||||||
|
|
||||||
|
{: .with-border}
|
||||||
|
|
||||||
|
If you're an administrator and forgot your password, you can ask other users
|
||||||
|
with administrator credentials to change your password.
|
||||||
|
If you're the only administrator, use **ssh** to login directly into a manager
|
||||||
|
node managed by UCP, and run:
|
||||||
|
|
||||||
|
```none
|
||||||
|
{% raw %}
|
||||||
|
docker exec -it ucp-auth-api enzi \
|
||||||
|
"$(docker inspect --format '{{ index .Args 0 }}' ucp-auth-api)" \
|
||||||
|
passwd -i
|
||||||
|
{% endraw %}
|
||||||
|
```
|
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
Loading…
Reference in New Issue