Commit 1ddbf6ac authored by Sebastien Robin's avatar Sebastien Robin

allow anonymous users to modify draft credential requests

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40029 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b1c3dbb
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
<key> <string>Delete objects</string> </key> <key> <string>Delete objects</string> </key>
<value> <value>
<tuple> <tuple>
<string>Anonymous</string>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
<string>Associate</string> <string>Associate</string>
...@@ -98,6 +99,7 @@ ...@@ -98,6 +99,7 @@
<key> <string>Modify portal content</string> </key> <key> <string>Modify portal content</string> </key>
<value> <value>
<tuple> <tuple>
<string>Anonymous</string>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
<string>Associate</string> <string>Associate</string>
......
313 314
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment