passbolt / passbolt_browser_extension

Browser extensions (Firefox, Edge & Chrome) for Passbolt the open source password manager for teams
https://passbolt.com
GNU Affero General Public License v3.0
231 stars 69 forks source link

Paloalto Firewall Login Autofill Broken #157

Closed speatzle closed 1 year ago

speatzle commented 2 years ago

Paloalto Firewall Login Autofill Broken

What you did

Try to use the autofill feature on a Webinterface from a Paloalto Firewall

What happened

Only the Username is filled out, the Password remains Empty

What you expected to happen

Both the Username And Password to be autofilled

Files:

I have uploaded a sanitised snapshot of the HTML & CSS from the Webinterface Login_Paloalto.zip

cedricalfonsi commented 1 year ago

Thank you for you report @speatzle.

A follow-up ticket was created on the internal tracker: PB-19667

Benj1er commented 1 year ago

Hello @speatzle,

After a look of the html file, the input password is after another input password with a display none. The goal is to not have the autofill on the password field. From our side this is not an issue.

Take a look at the html code below extracted from your zip:

Best regards