Tagged: autocomplete, login form, Security
I have a security scan that is telling me to disable the autocomplete attribute of the password field on the login form.
How can I do that in a way that will persist across theme updates?
Hey galpinr,
This issue is on wordpress, and you can use wordpress hook to do that.
Try the solution on this post: https://wordpress.stackexchange.com/questions/159462/how-to-disable-autocomplete-on-the-wp-login-php-page
Hope it helps.
Best regards,
Nikko