You could make a ridiculous form in javascript with editable divs instead of input elements. You would have to mask the password yourself but that isn't hard using key events. Just concatenate the value of the key pressed into some variable and have the div display an asterisk. Tada! Then when the user clicks the submit button you can send the data using XMLHttpRequest and FormData. The browser will never see a form or password input element so it won't try to remember squat. As an added bonus, this will disable biometric devices like fingerprint scanners because they too rely on ACCESSIBILITY.
XD
This is the real solution, you tell the customer / boss that they're going about it the wrong way. That they should be using ssl, issuing certificates to users, and requiring insane passwords that are impossible to remember. Then, the passwords should be encrypted on disk and the biometric scanner can whip them out with the swipe of a finger but, only the right finger on a computer with the right certificate will be able to provide the proper credentials. This will actually be SECURE, ACCESSIBLE, and SUPER EASY FOR USERS TO USE.
For an added layer of security, the application can blacklist all IP addresses except those of known valid users. A hacker would be forced to get inside the trusted network somehow, dupe the encrypted certificate, guess the password correctly (make it 500 chars of random unicode) while a user would simply have to have IT assign their fingerprint to their workstation, laptop, tablet, etc. Even if the hacker is sitting right there in front of the computer with the good cert on the proper network, nobody knows the massive password, not even the user.
:O
Nevermind all that super difficult security stuff! The mangling of the form is easy enough to implement. They'll just start writing the passwords on post-it notes and leaving them laying around the office again. I suppose that does make it a little tougher on a hacker, no more autofill on forms after hacking through the user authentication on the workstation. I mean, they'd have to look at the post-it next to the keyboard and type user:bob, password:Password$1 in by hand... THWARTED!