[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services -
	configure.zcml:1.77
    Chris McDonough 
    chrism at plope.com
       
    Tue Jan 13 14:05:42 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv14414/src/zope/app/browser/services
Modified Files:
	configure.zcml 
Log Message:
Remove ability to view, add, and manage users in old AuthenticationService.
Remove ability to add an old AuthenticationService to a site.
Add a warning to old AuthenticationService authenticate method.
=== Zope3/src/zope/app/browser/services/configure.zcml 1.76 => 1.77 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.76	Thu Dec 18 03:00:43 2003
+++ Zope3/src/zope/app/browser/services/configure.zcml	Tue Jan 13 14:05:12 2004
@@ -93,9 +93,6 @@
 
     </pages>
 
-<!-- Deprecated Simple Authentication Service --> 
-  <zope:include file="auth.zcml" />
-
 <!-- Pluggable Authentication Service --> 
   <zope:include package=".pluggableauth" />
 
    
    
More information about the Zope3-Checkins
mailing list