How to automatically remember the user name and password during vcenter web login
1. Modify the following file C in windows vcenter: \ ProgramData \ VMware \ vCenterServer \ runtime \ VMwareSTSService \ webapps \ websso \ WEB-INF \ view \ unpentry. jsp 2, VCSA environment modify the following file/usr/lib/vmware-sso/vmware-sts/webapps/websso/WEB-INF/views/unpentry. jsp 3. Find the following line of code in the above file, enter the corresponding value in <input id = "username" class = "margeTextInput" type = "text" value = "[email protected]"> <input id = "password" class = "margeTextInput" type = "password" value = "P @ ssw0rd"> After that, you don't need to restart. Open your browser and enter the management address of VC. You should see that the user name and password are already on the login page, but clicking the login button is gray at this time, you need to delete a character in the user name and re-enter it. For example, you need to delete the local l and then click l, so that the login button can be clicked.