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.

FirefoxFirefox ESRFirefox Enterprise
Available since 60Available since 60Not supported

CCK2 Equivalent: noMasterPassword
OMA-URI: DisableMasterPasswordCreation
Preferences Affected: N/A

policies.json
{
"policies": {
"DisableMasterPasswordCreation": true
}
}
JSON schema
DisableMasterPasswordCreation JSON schema
{
"type": "boolean"
}
Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
<dict>
<key>DisableMasterPasswordCreation</key>
<true/> | <false/>
</dict>