[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - configure.zcml:1.56
Chris McDonough
chrism@zope.com
Mon, 23 Jun 2003 18:46:44 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv30079/src/zope/app/browser/services
Modified Files:
configure.zcml
Log Message:
Merge pluggable_authentication_service-branch to HEAD.
You can now use a pluggable authentication service in place of a simple authentication service.
=== Zope3/src/zope/app/browser/services/configure.zcml 1.55 => 1.56 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.55 Sun Jun 22 16:23:26 2003
+++ Zope3/src/zope/app/browser/services/configure.zcml Mon Jun 23 18:46:13 2003
@@ -173,6 +173,10 @@
<menuItem title="Edit" action="editForm.html"/>
</menuItems>
+<!-- Pluggable Authentication Service -->
+
+<include package=".pluggableauth" />
+
<!-- Component Location widget -->
<!-- XXX we are phasing these widgets out -->