Skip to content

Commit

Permalink
The member-search form is now protected by the plone.app.controlpanel…
Browse files Browse the repository at this point in the history
….UsersAndGroups permission [ale-rt]

Refs. #125
  • Loading branch information
ale-rt committed Dec 20, 2024
1 parent 447c951 commit 5a5c694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/125.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The member-search form is now protected by the plone.app.controlpanel.UsersAndGroups permission [ale-rt]
2 changes: 1 addition & 1 deletion plone/app/users/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
name="member-search"
for="*"
class=".membersearch.MemberSearchForm"
permission="zope2.View"
permission="plone.app.controlpanel.UsersAndGroups"
/>

<adapter
Expand Down

0 comments on commit 5a5c694

Please sign in to comment.