[Checkins] SVN:	zope.pluggableauth/trunk/src/zope/pluggableauth/configure.zcml	Registering the factories.
    Souheil CHELFOUH 
    souheil at chelfouh.com
       
    Mon Jan 25 18:09:28 EST 2010
    
    
  
Log message for revision 108499:
  Registering the factories.
  
Changed:
  U   zope.pluggableauth/trunk/src/zope/pluggableauth/configure.zcml
-=-
Modified: zope.pluggableauth/trunk/src/zope/pluggableauth/configure.zcml
===================================================================
--- zope.pluggableauth/trunk/src/zope/pluggableauth/configure.zcml	2010-01-25 20:37:54 UTC (rev 108498)
+++ zope.pluggableauth/trunk/src/zope/pluggableauth/configure.zcml	2010-01-25 23:09:27 UTC (rev 108499)
@@ -3,23 +3,9 @@
     xmlns:browser="http://namespaces.zope.org/browser"
     i18n_domain="zope">
 
+  <adapter factory=".factories.FoundPrincipalFactory" />
+  <adapter factory=".factories.AuthenticatedPrincipalFactory" />
 
-
-  <!-- Registering documentation with API doc -->
-  <configure
-      xmlns:apidoc="http://namespaces.zope.org/apidoc"
-      xmlns:zcml="http://namespaces.zope.org/zcml"
-      zcml:condition="have apidoc">
-
-    <apidoc:bookchapter
-        id="authentication"
-        title="Pluggable Authentication"
-        doc_path="README.txt"
-        parent="security"
-        />
-
-  </configure>
-
   <include package=".plugins" file="session.zcml" />
   <include package=".plugins" file="httpplugins.zcml" />
   <include package=".plugins" file="ftpplugins.zcml" />
    
    
More information about the checkins
mailing list