loewexy / pdnsmanager

A simple administration interface for PowerDNS nameserver.
Apache License 2.0
176 stars 49 forks source link

Password manager: button "Login" disabled #127

Closed simmstein closed 4 years ago

simmstein commented 4 years ago

Hello,

When I use my password manager to fill the login form, I can't submit because the button "Login" is still disabled. I have to add and remove a char in each field to enabled the button "Login".

Video: http://kim.neutralnetwork.org/~simon/github/pdns-login-issue.mp4

loewexy commented 4 years ago

Which password manager are you using? That seems to be a bug of that software since it does not set the modified flag for the login field.

simmstein commented 4 years ago

I use https://addons.mozilla.org/fr/firefox/addon/nextcloud-passwords/ I will take a look about the flag.

loewexy commented 4 years ago

I guess you should file the Bug there https://github.com/marius-wieschollek/passwords-webextension

simmstein commented 4 years ago

According to this code https://github.com/marius-wieschollek/passwords-webextension/blob/master/src/js/Controller/Client/FillPassword.js#L42-L60 I think that all required events are triggered when fields are filled. That seems to be an issue with angular and autofill: https://stackoverflow.com/questions/41932810/angular-2-and-browser-autofill

loewexy commented 4 years ago

I myself use KeepassXC and the browser Plugin for that and this works without problem.

simmstein commented 4 years ago

It's fixed from the password manager.