From: Michael Kaply Date: Mon, 9 Apr 2018 15:25:48 +0000 (-0500) Subject: CreateMasterPassword -> DisableMasterPasswordCreation X-Git-Tag: 0.9~11^2~3 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b6ec8586f5dd0fe21c54c63f450df1ffa016a912 CreateMasterPassword -> DisableMasterPasswordCreation --- diff --git a/README.md b/README.md index f73e478..e530e8f 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,12 @@ This policy controls various settings related to cookies. } } ``` -### CreateMasterPassword -This policy removes the master password functionality. +### DisableMasterPasswordCreation +This policy removes the master password functionality if set to true. ``` { "policies": { - "CreateMasterPassword": false + "DisableMasterPasswordCreation": [true|false] } } ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 6524d26..5575e19 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -40,8 +40,10 @@ If this policy is disabled or not configured, users can set images as their desk If this policy is enabled, Firefox will read certificates from the Windows certificate store. If this policy is disabled or not configured, Firefox will not read certificates from the Windows certificate store. - Create Master Password - If false, removes access to create a master password. + Disable Master Password Creation + If this policy is enabled, users cannot create a master password. + +If this policy is disabled or not configured, users can create a master password. Disable Update Prevent the browser from updating. Disable Builtin PDF Viewer diff --git a/windows/firefox.admx b/windows/firefox.admx index a18a28f..64dab3a 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -195,7 +195,7 @@ - +