Commit ad9be7e0 authored by Łukasz Nowak's avatar Łukasz Nowak

- update docstring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39178 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e0a1742f
......@@ -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\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment