From ad9be7e0119d1d4733bcdf8cc0ae7c7965769d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 14 Oct 2010 14:56:30 +0000 Subject: [PATCH] - update docstring git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39178 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Wizard/PAS/ERP5RemoteUserManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Wizard/PAS/ERP5RemoteUserManager.py b/product/ERP5Wizard/PAS/ERP5RemoteUserManager.py index 067cd30da5..046e48a4fb 100644 --- a/product/ERP5Wizard/PAS/ERP5RemoteUserManager.py +++ b/product/ERP5Wizard/PAS/ERP5RemoteUserManager.py @@ -107,7 +107,7 @@ class ERP5RemoteUserManager(ERP5UserManager): 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\ -- 2.30.9