I have a lock screen that displaces the user by inactivity, asking only the password of the same to access again. It turns out that this screen has no use whatsoever if autocomplete is connected, since anyone can tinker with this pc and enter into that user's account. I searched a lot and saw that autocomplete="off"
, for example, is already being ignored by browsers.
Does anyone know a working method to solve this problem? By JQuery, a plugin anything of the kind. Or really only the client disabling the password save option?