WordPress’s login form does not disable autocomplete for the password field. Today, I needed to do just that.
I found a script online that adds autocomplete=”off” via javascript, but wanted to do it with straight HTML instead. I wrote a small plugin to do it:
Leave a Reply