Commit 71aaa739 authored by Fabien Morin's avatar Fabien Morin

update the docstring according to recent changes


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35716 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a31a610b
...@@ -63,8 +63,8 @@ class IEncryptedPassword(Interface): ...@@ -63,8 +63,8 @@ class IEncryptedPassword(Interface):
def setPassword(value) : def setPassword(value) :
""" """
Set the password, only if the password is not empty and user has Set the password, only if the password is not empty and if
SetOwnPassword permission checkUserCanChangePassword don't raise any error
""" """
def getPassword(*args, **kw): def getPassword(*args, **kw):
......
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