Allow everyone to edit or delete their own papers
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e26a3901e9
commit
eb5f71cb91
1 changed files with 2 additions and 2 deletions
|
@ -57,11 +57,11 @@
|
||||||
"all": ["puiterwijk@fedoraproject.org", "pfrields@fedoraproject.org", "jwboyer@fedoraproject.org", "jzb@fedoraproject.org"]
|
"all": ["puiterwijk@fedoraproject.org", "pfrields@fedoraproject.org", "jwboyer@fedoraproject.org", "jzb@fedoraproject.org"]
|
||||||
},
|
},
|
||||||
"edit": {
|
"edit": {
|
||||||
"own": [],
|
"own": ["*authenticated*"],
|
||||||
"all": []
|
"all": []
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"own": [],
|
"own": ["*authenticated*"],
|
||||||
"all": []
|
"all": []
|
||||||
},
|
},
|
||||||
"tag": ["*authenticated*"],
|
"tag": ["*authenticated*"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue