[Checkins] SVN:	Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	Improve comment in doAddUser interface.
    Maurits van Rees 
    cvs-admin at zope.org
       
    Fri Dec 28 15:53:47 UTC 2012
    
    
  
Log message for revision 128928:
  Improve comment in doAddUser interface.
  
  The login argument could be used as user id as well,
  but this depends on the implementation.
Changed:
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py
-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2012-12-28 15:33:06 UTC (rev 128927)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2012-12-28 15:53:47 UTC (rev 128928)
@@ -159,7 +159,8 @@
     def doAddUser( login, password ):
 
         """ Add a user record to a User Manager, with the given login
-            and password.  The login is used as user id as well.
+            and password.  It is up to the implementation to determine
+            if the login is used as user id as well.
 
         o Return a Boolean indicating whether a user was added or not
         """
    
    
More information about the checkins
mailing list