I want the user to re-confirm their password before he can perform some sensitive function (e.g. deleting a record permanently).
The user has saved his login username/password in Chrome, so whenever the user is required to re-confirm his password, Chrome will prompt "Use password for [username]" to see if he wants to use saved password for the field.
Have tried autocomplete autofill = off without success. Any thoughts?