Skip to content

PrimaryPassword

Require or prevent using a primary (formerly master) password.

If this value is true, a primary password is required. If this value is false, it works the same as if DisableMasterPasswordCreation was true and removes the primary password functionality.

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

FirefoxFirefox ESRFirefox Enterprise
Available since 79Available since 78.1.0Not supported

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

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