allow members to upload

This commit is contained in:
j 2014-11-04 14:31:39 +02:00
parent be410bc450
commit 43a99c7e77
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
for items of a rights level up to and including x
*/
"capabilities": {
"canAddItems": {"staff": true, "admin": true},
"canAddItems": {"member": true, "staff": true, "admin": true},
"canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
"canEditAnnotations": {"staff": true, "admin": true},
"canEditDocuments": {"staff": true, "admin": true},