From 43a99c7e772580791cc8b839f891a6e8b67e713f Mon Sep 17 00:00:00 2001 From: j Date: Tue, 4 Nov 2014 14:31:39 +0200 Subject: [PATCH] allow members to upload --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 380747a..315f92a 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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},