Disable browser 'Save Password' functionality

前端 未结 30 3677
失恋的感觉
失恋的感觉 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:55

    I was given a similar task to disable the auto-filling up of login name and passwords by browser, after lot of trial and errors i found the below solution to be optimal. Just add the below controls before your original controls.

    
    
    
    
    
    

    This is working fine for IE11 and Chrome 44.0.2403.107

提交回复
热议问题