input type="password" autocomplete="off"

Hi


I need to block the autocomplete on my login page due to security related issues.

marking the input as autocomplete="off" dosn't work.

I found a "workaround" that fix the issue on chrome but this dosn't work on safari

what can i do on to

1. block the autofill of rhe pasword ?

2. prevent the browser from saving the pasword ?


10x

Ping! How can i disable autocomplete? autocomplete="off" does not work. All Hacks don't work. All forms for User-Settings where you see Passwords or names in CMSs will be overwrittten by my own.

input type="password" autocomplete="off"
 
 
Q