VMware Cloud Community
Sky6
Contributor
Contributor

Vcenter update from 7 to 8 websso is not pop up the username

after upgrade to vcenter 8.0, I tried to click the username but it is not popup pervious username

Sky6_0-1698719178202.png

 

0 Kudos
2 Replies
lamw
Community Manager
Community Manager

I believe this is due to "autocomplete" being disabled ... You could test this theory by using Chrome developer to update and see if the behavior is returned, then you know this is by design as the underlying file `unpentry.jsp` is where this is defined

<form id="loginForm" class="login" autocomplete="off">
      <section class="title">
         <span id="titleVmware">VMware<sup><b>&#174;</b></sup> vSphere</span>
         <span id="tenantBrand" style="display: none;">${tenant_brandname}</span>
      </section>
      <div class="login-group">
         <input id="username" class="username" type="text" placeholder="${username_placeholder}" value="administrator@vsphere.local">
         <input id="password" class="password" type="password" placeholder="${password_label}" autocomplete="off" value="VMware1!">
         <div id="response" class="error active" style="display:none"></div>
         <div class="alert alert-info" id="infoID" style="display:none">
            <div class="alert-items">
               <div class="alert-item static">
                  <div class="alert-icon-wrapper">
                     <clr-icon class="alert-icon" shape="info-circle"></clr-icon>
                  </div>
                  <span class="alert-text" id="infoText"></span>
               </div>
            </div>
         </div>
...

 

0 Kudos
Sky6
Contributor
Contributor

Hi Lamw,

The login username does not need to be filled out, only the username can be selected

0 Kudos