diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-04-06 15:28:41 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-04-06 15:28:41 +0000 |
| commit | eb5f71cb916a6a8035018846f62d2d822839cb4b (patch) | |
| tree | 0de438e954c3af9a98293ed5220d05f9cbdd9f60 /roles/regcfp | |
| parent | e26a3901e9640c95b86b290670e49fc988c83af0 (diff) | |
| download | ansible-eb5f71cb916a6a8035018846f62d2d822839cb4b.tar.gz ansible-eb5f71cb916a6a8035018846f62d2d822839cb4b.tar.xz ansible-eb5f71cb916a6a8035018846f62d2d822839cb4b.zip | |
Allow everyone to edit or delete their own papers
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/regcfp')
| -rw-r--r-- | roles/regcfp/templates/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/regcfp/templates/config.json b/roles/regcfp/templates/config.json index 880bed6ce..2dc6927d7 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*"], |
