X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/8a394f33ab020a980a653bf79eeacb7c3599f9ab..b6ec8586f5dd0fe21c54c63f450df1ffa016a912:/README.md?ds=sidebyside 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] } } ```