Commit e4a4abb1 authored by Vincent Pelletier's avatar Vincent Pelletier

Copy-paste mistake.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25624 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 44c23a20
......@@ -193,7 +193,7 @@ class Person(XMLObject):
password = self.password = PersistentMapping()
self.password[format] = value
security.declarePublic('setPassword')
security.declarePublic('setEncodedPassword')
def setEncodedPassword(self, value, format='default'):
"""
Set an already encoded password.
......
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