From eb5f71cb916a6a8035018846f62d2d822839cb4b Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 6 Apr 2016 15:28:41 +0000 Subject: [PATCH] Allow everyone to edit or delete their own papers Signed-off-by: Patrick Uiterwijk --- roles/regcfp/templates/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/regcfp/templates/config.json b/roles/regcfp/templates/config.json index 880bed6ce3..2dc6927d79 100644 --- a/roles/regcfp/templates/config.json +++ b/roles/regcfp/templates/config.json @@ -57,11 +57,11 @@ "all": ["puiterwijk@fedoraproject.org", "pfrields@fedoraproject.org", "jwboyer@fedoraproject.org", "jzb@fedoraproject.org"] }, "edit": { - "own": [], + "own": ["*authenticated*"], "all": [] }, "delete": { - "own": [], + "own": ["*authenticated*"], "all": [] }, "tag": ["*authenticated*"],