Disable browser 'Save Password' functionality

前端 未结 30 3394
失恋的感觉
失恋的感觉 2020-11-21 23:29

One of the joys of working for a government healthcare agency is having to deal with all of the paranoia around dealing with PHI (Protected Health Information). Don\'t get m

30条回答
  •  一个人的身影
    2020-11-21 23:52

    autocomplete="off" does not work for disabling the password manager in Firefox 31 and most likely not in some earlier versions, too.

    Checkout the discussion at mozilla about this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=956906

    We wanted to use a second password field to enter a one-time password generated by a token. Now we are using a text input instead of a password input. :-(

提交回复
热议问题