Skip to content

Commit

Permalink
comment out security related configuration, moved to CMFPlone
Browse files Browse the repository at this point in the history
This is related to plone/Products.CMFPlone#216
  • Loading branch information
jcerjak committed Aug 25, 2014
1 parent 8379769 commit e64948e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plone/app/controlpanel/configure.zcml
Expand Up @@ -26,7 +26,7 @@

<!--<adapter factory=".search.SearchControlPanelAdapter" />-->

<adapter factory=".security.SecurityControlPanelAdapter" />
<!--<adapter factory=".security.SecurityControlPanelAdapter" />-->

<!--<adapter factory=".site.SiteControlPanelAdapter" />-->

Expand Down Expand Up @@ -110,12 +110,14 @@
/>
-->

<!--
<browser:page
name="security-controlpanel"
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
class=".security.SecurityControlPanel"
permission="plone.app.controlpanel.Security"
/>
-->

<!--
<browser:page
Expand Down Expand Up @@ -204,13 +206,15 @@
<subscriber
handler=".events.handleConfigurationChangedEvent" />

<!--
<browser:page
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
name="migrate-to-emaillogin"
class=".security.EmailLogin"
template="emaillogin.pt"
permission="cmf.ManagePortal"
/>
-->

<browser:page
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
Expand Down

0 comments on commit e64948e

Please sign in to comment.