You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autofill does not work on Supermicro IPMI WebUI of generation x12
The username is filled, but not the password. This is its code: <input type="text" oninput="turnOnPwdStyle(this)" class="login-input col-9" name="pwd" id="pwd" onkeydown="checkEnt(event)" required="required">
The autofill can not detect an input text as a password.
Detecting these fields is really complicated because there is no standard and each website may use a different way of implementing a login page.
We are constantly striving to improve our field detection and automatic login filling processes.
A follow-up ticket was created on the internal tracker: PB-25313
Autofill does not work on Supermicro IPMI WebUI of generation x12
The username is filled, but not the password. This is its code:
<input type="text" oninput="turnOnPwdStyle(this)" class="login-input col-9" name="pwd" id="pwd" onkeydown="checkEnt(event)" required="required">
Full form:
Using Firefox on Windows
Passbolt Add-On Version 4.0.3
The text was updated successfully, but these errors were encountered: