[Zope3-checkins]
CVS: Zope3/src/zope/app/browser/services/pluggableauth
- configure.zcml:1.13
Anthony Baxter
anthony at interlink.com.au
Mon Feb 9 00:35:49 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv23525/app/browser/services/pluggableauth
Modified Files:
configure.zcml
Log Message:
The add_utility and add_service menus are now entirely removed. All
items that used them have been switched to use addMenuItem, instead.
Removed a last trace of the SQL Connection Service, and also removed
the add interface for deprecated Role Service.
=== Zope3/src/zope/app/browser/services/pluggableauth/configure.zcml 1.12 => 1.13 ===
--- Zope3/src/zope/app/browser/services/pluggableauth/configure.zcml:1.12 Thu Dec 18 04:57:08 2003
+++ Zope3/src/zope/app/browser/services/pluggableauth/configure.zcml Mon Feb 9 00:35:18 2004
@@ -6,14 +6,13 @@
<!-- Pluggable Authentication Service -->
- <menuItem
- menu="add_service"
- for="zope.app.interfaces.container.IAdding"
- action="zope.app.services.PluggableAuthenticationService"
+ <addMenuItem
+ class="zope.app.services.pluggableauth.PluggableAuthenticationService"
title="Authentication Service"
- description="A Pluggable Authentication Service
+ description="A Pluggable Authentication uses plug-in principal sources."
+ permission="zope.ManageServices"
+ />
- Uses plug-in principal sources." />
<page
name="contents.html"
for="zope.app.services.pluggableauth.IPluggableAuthenticationService"
More information about the Zope3-Checkins
mailing list