[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/configure.zcml
Renamed outdated permission.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Apr 1 11:06:36 EST 2005
Log message for revision 29781:
Renamed outdated permission.
Changed:
U Zope3/trunk/src/zope/app/authentication/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/authentication/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/authentication/configure.zcml 2005-04-01 14:32:25 UTC (rev 29780)
+++ Zope3/trunk/src/zope/app/authentication/configure.zcml 2005-04-01 16:06:36 UTC (rev 29781)
@@ -6,7 +6,7 @@
<localUtility class=".PluggableAuthentication">
<require
- permission="zope.ManageServices"
+ permission="zope.ManageSite"
interface=".interfaces.IPluggableAuthentication"
set_schema=".interfaces.IPluggableAuthentication"
/>
More information about the Zope3-Checkins
mailing list