Skip to content

DisableMasterPasswordCreation

Remove the master password functionality.

If this value is true, it works the same as setting PrimaryPassword to false and removes the primary password functionality.

If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedence.

Compatibility: Firefox 60, Firefox ESR 60
CCK2 Equivalent: noMasterPassword
Preferences Affected: N/A

Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation

Value (string):

<enabled/> or <disabled/>
<dict>
<key>DisableMasterPasswordCreation</key>
<true/> | <false/>
</dict>
{
"policies": {
"DisableMasterPasswordCreation": true | false
}
}