diff --git a/product/ERP5/interfaces/encrypted_password.py b/product/ERP5/interfaces/encrypted_password.py
index d022a6b8b25fc2c9498c666c4427e1619c25ca74..2368334364cea3d9b12545357886b3b95f8bee43 100644
--- a/product/ERP5/interfaces/encrypted_password.py
+++ b/product/ERP5/interfaces/encrypted_password.py
@@ -63,8 +63,8 @@ class IEncryptedPassword(Interface):
 
   def setPassword(value) :
     """
-    Set the password, only if the password is not empty and user has
-    SetOwnPassword permission
+    Set the password, only if the password is not empty and if
+    checkUserCanChangePassword don't raise any error
     """
 
   def getPassword(*args, **kw):