Commit eca2b1ce authored by Romain Courteaud's avatar Romain Courteaud

Clear the cache factory of ERP5 Security

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13134 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 10788f8d
......@@ -180,8 +180,8 @@ class Person(XMLObject):
self._setReference(value)
self.reindexObject()
# invalid the cache for ERP5Security
clearCache()
clearCache(cache_factory_list=('erp5_core_short', ))
security.declareProtected(Permissions.SetOwnPassword, 'setPassword')
def setPassword(self, value) :
"""
......
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