Skip to content

Commit

Permalink
Remove unused and broken member-registration control panel.
Browse files Browse the repository at this point in the history
This still tried to use the ``portal_properties`` tool.
Since Plone 5.0 the ``member-fields`` control panel is used instead.
  • Loading branch information
mauritsvanrees committed Jun 6, 2024
1 parent eb3f5d3 commit b22b364
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 88 deletions.
4 changes: 4 additions & 0 deletions news/127.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Remove unused and broken member-registration control panel.
This still tried to use the ``portal_properties`` tool.
Since Plone 5.0 the ``member-fields`` control panel is used instead.
[maurits]
7 changes: 0 additions & 7 deletions plone/app/users/browser/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
file="permissions.zcml"
/>

<browser:page
name="member-registration"
for="plone.base.interfaces.IPloneSiteRoot"
class=".registersettingspanel.RegistrationControlPanel"
permission="plone.app.controlpanel.UsersAndGroups"
/>

<browser:page
name="register"
for="plone.app.layout.navigation.interfaces.INavigationRoot"
Expand Down
81 changes: 0 additions & 81 deletions plone/app/users/browser/registersettingspanel.py

This file was deleted.

0 comments on commit b22b364

Please sign in to comment.