How to disable autocomplete for a HTML password field in IE11? -
ie11 dropped support autocomplete=off input type=password @ both form , element level.
has found working solution disable autocomplete under ie11?
you're better off solving problem of security two-factor authentication. hacking around browser (a) work in short-term (password managers getting better @ handling these kinds of approaches), , (b) lead accessibility issues, can cost lot more users fear of legitimate password leakage. if work in large organization, users of assistive technology have tough enough time browser hacks can end filing lawsuit. (i not speaking hack in particular, speaking working against browser hurts assistive technologies)
two-factor authentication, sloppy implementation asks middle name, sets cookie ("this browser allowed access without 2fa month"), makes immensely more difficult random hacker gain unauthorized access account, , keeps things better off users, using screen readers or other assistive technology.
disabling password managers, on other hand, tends lead easy-to-type passwords rather strong passwords. using lastpass or similar, can have 24-character password (and lastpass can fill in fields you're trying protect hacks, fyi) never hope remember, , different password each site. when have passwords have remember, tend 2 words strung symbol, such "dogs+knife".
Comments
Post a Comment