Pman.js
[Pman.Core] / Core.perms.json
index ff2bee6..8e06806 100644 (file)
@@ -3,7 +3,7 @@
  
        "/Permission Name"   :  "/ full perms (Default admin),    default perms) , description",
         
-    "All"                       : [ "ADEPS",     "ADEPS" , "Global Permissions" ] ,      
+    "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"] ,
         
         
        "Person"                    : [ "ADEPS", "S" , "Contacts"] ,
        "Offices"                   : [ "ADEPS", "S" , "Contact Offices"] ,
-       "Companies"                 : [ "ADEPS", "S" , "Contact Companies"] ,
+       "Companies"                 : [ "ADEPS", "S" , "Company Management"] ,
         
        "Staff"                     : [ "ADEPS", "S" , "Staff"] ,
        "Groups"                    : [ "ADEPS", "" , "Group Management"] ,
         
        "Events"                    : [ "PS",     "", "Event Log"] ,
-    "ChangePassword"                    : [ "S",     "S", "User can change Password"] 
+       "ChangePassword"                    : [ "S",     "S", "User Can Change Password"] 
 }