New Password Fields in the Profile Page Autocompleting

My users are having an issue with the frontend “My Profile” page generated by the [s2Member-Profile /] shortcode.

The first “New Password?” field is being autofilled by their browser so when they try to save changes to their other account fields (without wanting to change passwords) it fails to save.

The “new password” fields have autocomplete=“off” but that is being ignored browsers and password managers.

There is another attribute called autocomplete=“new-password” which I think is designed for this kind of situation:

If you are defining a user management page where a user can specify a new password for another person, and therefore you want to prevent autofilling of password fields, you can use autocomplete=“new-password”.

How to turn off form autocompletion - Web security | MDN (mozilla.org)