Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Unable to disable built-in password manager in firefox on mac os with custom plist parameters

  • Tsisy valiny
  • 0 manana an'ity olana ity
  • 5 views
more options

Hi

We are looking to block the ability for a user to store or access saved credentials in the built-in password manager within firefox on mac and we used the following plist to push out a policy via JAMF

While we were able to get the password autofill/prompt disabled, we can still access the manager to view or add credentials manually.

Looking to see if there are some other parameters that can be used to accomplish this ?

<plist version="1.0">

 <dict>
   <key>DisableMasterPasswordCreation</key>
   <true/>
   <key>PrimaryPassword</key>
   <false/>
   <key>OfferToSaveLogins</key>
   <false/>
   <key>OfferToSaveLoginsDefault</key>
   <false/>
   <key>PasswordManagerEnabled</key>
   <false/>
 </dict>

</plist>

Hi We are looking to block the ability for a user to store or access saved credentials in the built-in password manager within firefox on mac and we used the following plist to push out a policy via JAMF While we were able to get the password autofill/prompt disabled, we can still access the manager to view or add credentials manually. Looking to see if there are some other parameters that can be used to accomplish this ? <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>DisableMasterPasswordCreation</key> <true/> <key>PrimaryPassword</key> <false/> <key>OfferToSaveLogins</key> <false/> <key>OfferToSaveLoginsDefault</key> <false/> <key>PasswordManagerEnabled</key> <false/> </dict> </plist>

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.