]> git.p6c8.net - policy-templates.git/blobdiff - README.md
CreateMasterPassword -> DisableMasterPasswordCreation
[policy-templates.git] / README.md
index f73e47824f8e8d6aed51c3e571d3e3f398f7bd7d..e530e8f3bc3aa00b40878998192ff6f434ca76cf 100644 (file)
--- 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]
   }
 }
 ```

patrick-canterino.de