3
I have a lock screen that depresses the user by inactivity, asking only the password of the same to access again. It happens that this screen has no use if autocomplete is on, since anyone can touch this pc and enter the account of this user. I did a lot of research and I saw that autocomplete="off"
, for example, it is already being ignored by browsers.
Does anyone know a functional method to solve this problem? By Jquery, a plugin something like that. Or really only the client disabling the password guard option?
Possible duplicate of How to Remove Auto-Fill Inputs?
– Bacco