The problem is simple, I don't want my embedded browser to display any modal dialogs. User enters the password on the site, that's it. No dialog to "remember this password".
Please DO NOT answer with "use different browser". My question is exactly about System.Windows.Controls.WebBrowser
WPF control.
I KNOW that modifying the page HTML on the fly with autocomplete="off"
works, but I wonder if there is a Windows Registry hack for that, as it's true for many other super annoying Internet Explorer quirks.