Commit c297c12e authored by Fabien Morin's avatar Fabien Morin

indentation and typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35707 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78cd2eeb
...@@ -50,7 +50,7 @@ class IEncryptedPassword(Interface): ...@@ -50,7 +50,7 @@ class IEncryptedPassword(Interface):
def _forceSetPassword(value): def _forceSetPassword(value):
""" """
Because both _setPassword and setPassword are considered as Because both _setPassword and setPassword are considered as
public method(They are callable from user directly or through edit method) public method (they are callable from user directly or through edit method)
_forceSetPassword is needed to reset password without security check by _forceSetPassword is needed to reset password without security check by
Password Tool. This method is not callable through edit method as it not Password Tool. This method is not callable through edit method as it not
begins with _set* begins with _set*
......
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