Posted on 05-01-2019 12:40 PM
Hello,
I've been messing with Managed Preferences in Chrome to setup Managed Bookmarks this has been successful.
I followed the below article:
https://www.jamf.com/jamf-nation/discussions/25882/deploying-managed-bookmarks-to-google-chrome-using-a-plist-and-configuration-profiles-with-custom-payloads
However I looking to know how I can disable the Offer To Save Passwords option in Chrome using the managed preferences plist not sure what the <key> is
<key>OfferToSavePasswords</key>
<false/>
Thanks,
Solved! Go to Solution.
Posted on 05-01-2019 01:13 PM
<key>PasswordManagerEnabled</key>
<false/>
Posted on 05-01-2019 01:13 PM
<key>PasswordManagerEnabled</key>
<false/>