Allow everyone to edit or delete their own papers

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-04-06 15:28:41 +00:00
parent e26a3901e9
commit eb5f71cb91

View file

@ -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*"],