[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/authentication/principalfolder.txt
	editorial work
    Egon Frerich 
    e.frerich at nord-com.net
       
    Sat Mar 19 06:09:19 EST 2005
    
    
  
Log message for revision 29572:
  editorial work
Changed:
  U   Zope3/trunk/src/zope/app/authentication/principalfolder.txt
-=-
Modified: Zope3/trunk/src/zope/app/authentication/principalfolder.txt
===================================================================
--- Zope3/trunk/src/zope/app/authentication/principalfolder.txt	2005-03-19 11:04:41 UTC (rev 29571)
+++ Zope3/trunk/src/zope/app/authentication/principalfolder.txt	2005-03-19 11:09:19 UTC (rev 29572)
@@ -19,9 +19,9 @@
 Authentication
 --------------
 
-Principal folders provide the `IAuthenticationPlugin' interface.
-When we provide suitable credentials:
+Principal folders provide the `IAuthenticationPlugin` interface. When we provide suitable credentials:
 
+
   >>> from zope.testing.doctestunit import pprint
   >>> pprint(principals.authenticateCredentials({'login': 'login1', 
   ...                                            'password': '123'}))
@@ -29,8 +29,9 @@
    {'description': u'',
     'login': 'login1',
     'title': 'Principal 1'})
-
-we get back a principal id and supplementary information, including the
+  
+ 
+We get back a principal id and supplementary information, including the
 principal title and description.  Note that the principal id is a
 concatenation of the principal-folder prefix and the name of the
 principal-information object within the folder.
    
    
More information about the Zope3-Checkins
mailing list