To resolve this issue:
- Log into the VMware Application Proxy machine as root via SSH or Console.
- Log into salt-master container using this command:
docker exec -it ucp-controlplane-saltmaster bash
- Set the password for admin using the command:
passwd admin
Note: Ensure that you set the password of the admin user to password.
- Set the password of the root and admin users to never expire using the command:
chage -m 0 -M 99999 root; chage -m 0 -M 99999 admin