Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PB-25313] Autofill on Supermicro IPMI WebUI #189

Open
Tabiskabis opened this issue Jul 4, 2023 · 1 comment
Open

[PB-25313] Autofill on Supermicro IPMI WebUI #189

Tabiskabis opened this issue Jul 4, 2023 · 1 comment
Assignees

Comments

@Tabiskabis
Copy link

Tabiskabis commented Jul 4, 2023

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:

<form name="form1" id="form1" action="/cgi/login.cgi" method="post" autocomplete="off">
                        <div class="form-group">
                            <div class="input-group">
                                <label class="trn col-3" data-trn-key="LANG_LOGIN_USERNAME" style="padding: 0px" validationmessage="Username">Username</label>
                                <input type="text" class="login-input col-9" name="name" id="usrName" onkeydown="checkEnt(event)" required="required">
                            </div>
                        </div>
                        <div class="form-group">
                            <div class="input-group password-icons">
                                <label class="trn col-3" data-trn-key="LANG_LOGIN_PASSWORD" style="padding: 0px" validationmessage="Password">Password</label>
                                <input type="text" oninput="turnOnPwdStyle(this)" class="login-input col-9" name="pwd" id="pwd" onkeydown="checkEnt(event)" required="required">
                                <a style="cursor:pointer;">&nbsp;&nbsp;<img class="openEyeCss pwdEyeCss" src="../images/openEye.png" onclick="changeEye(this)"></a>
                            </div>
                        </div>
                        <div class="form-group">
                            <button type="button" class="trn login-btn" data-trn-key="LANG_LOGIN_LOGIN" id="login_word" name="Login" onclick="javascript: checkform(this)" value="Login" validationmessage="Login">Login</button>
                        </div>
                        <input name="check" type="hidden" value="00">
                    </form>

Using Firefox on Windows
Passbolt Add-On Version 4.0.3

@Benj1er
Copy link
Member

Benj1er commented Jul 4, 2023

Hello @Tabiskabis,

Thank you for your report.

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

Best regards

@Benj1er Benj1er self-assigned this Jul 4, 2023
@cedricalfonsi cedricalfonsi changed the title Autofill on Supermicro IPMI WebUI [PB-25313] Autofill on Supermicro IPMI WebUI Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants