In Today's programming woes consumer grade equipment being mediocre.

I wondered why my password manager didn't work with the input of the ISP router's login. Turns out it declares the `<input>` as `type=text` and changes it between `password` and `text` on focus. Also uses the `autofill=new-password` attribute wrong, should be `current-password`.

Also it turns out, it only does the "right thing" on Internet Explorer