[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py Clarify comment in doAddUser interface.

Maurits van Rees cvs-admin at zope.org
Fri Dec 28 15:06:22 UTC 2012


Log message for revision 128925:
  Clarify comment in doAddUser interface.
  
  The login argument is used as user id as well.

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 11:56:02 UTC (rev 128924)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/interfaces/plugins.py	2012-12-28 15:06:21 UTC (rev 128925)
@@ -159,7 +159,7 @@
     def doAddUser( login, password ):
 
         """ Add a user record to a User Manager, with the given login
-            and password
+            and password.  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