[Erp5-report] r39178 luke - /erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 16:56:31 CEST 2010


Author: luke
Date: Thu Oct 14 16:56:30 2010
New Revision: 39178

URL: http://svn.erp5.org?rev=39178&view=rev
Log:
 - update docstring

Modified:
    erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py

Modified: erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py?rev=39178&r1=39177&r2=39178&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py [utf8] (original)
+++ erp5/trunk/products/ERP5Wizard/PAS/ERP5RemoteUserManager.py [utf8] Thu Oct 14 16:56:30 2010
@@ -107,7 +107,7 @@ class ERP5RemoteUserManager(ERP5UserMana
             if login in self.remote_authentication_cache:
                 del self.remote_authentication_cache[login]
         else:
-            # store in cache if different
+            # update ZODB cache
             if result == 1:
                 # successfully logged in
                 stored_encrypted_password = self.remote_authentication_cache\




More information about the Erp5-report mailing list