Skip to content

Commit

Permalink
Added permissions for the @System endpoint (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Nov 11, 2024
1 parent 28cc38c commit cc389dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion backend/src/plone6/demo/profiles/default/rolemap.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<rolemap>
<!-- This is needed for the System Block to work in the demo -->
<permissions>

<permission acquire="True"
name="Plone Site Setup: Overview"
>
<role name="Anonymous" />
<role name="Member" />
<role name="Site Administrator" />
<role name="Manager" />
</permission>
</permissions>
</rolemap>

0 comments on commit cc389dd

Please sign in to comment.