DataObjects/Core_domain.php
[Pman.Core] / Core.perms.json
index 2e55741..b51cb5a 100644 (file)
@@ -3,7 +3,7 @@
  
        "/Permission Name"   :  "/ full perms (Default admin),    default perms) , description",
         
-          
+    "All"                       : [ "ADEPS",     "ADEPS" , "Global Permissions - may not be honoured?" ] ,      
        "Projects_Member_Of"      : [ "EPS",     "S" , "Can only See projects they are member of" ] ,
        "Projects_All"            : [ "ADEPS",   "" , "Can see All Projects"] ,
         
@@ -18,7 +18,7 @@
        "Groups"                    : [ "ADEPS", "" , "Group Management"] ,
         
        "Events"                    : [ "PS",     "", "Event Log"] ,
-    "ChangePassword"                    : [ "S",     "", "User can change Password"] ,
+    "ChangePassword"                    : [ "S",     "S", "User can change Password"] 
 }