How can I prevent Safari/iCloud Keychain from saving data in our password field?
We have a web-based management system where administrators can set and update passwords for individual users. While I love iCloud keychain personally, the problem we are finding is that if the user, once prompted by Safari to Save the password in iCloud Keychain for Autofill, actually clicks 'Save Password', then our page wants to autofill that same password for any selected user or newly added user (and since we don't allow duplicates, constant errors result).
So the basic question: is there a way in HTML or Javascript to set form fields - or an entire form or div - to be ignored by iCloud Keychain, even if they are username or password fields.
We know we could just tell all our Safari users to disable in preferences with a pop-up banner, but that would be unfortunate (and IE-like)
(If this is the wrong place to find this type of info, any clue appreciated. Naturally we've searched a bunch already)
Safari 7.0.5-OTHER, OS X Mavericks (10.9.4)