[Erp5-report] r35716 fabien - /erp5/trunk/products/ERP5/interfaces/encrypted_password.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 28 13:24:56 CEST 2010


Author: fabien
Date: Fri May 28 13:24:51 2010
New Revision: 35716

URL: http://svn.erp5.org?rev=35716&view=rev
Log:
update the docstring according to recent changes

Modified:
    erp5/trunk/products/ERP5/interfaces/encrypted_password.py

Modified: erp5/trunk/products/ERP5/interfaces/encrypted_password.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/encrypted_password.py?rev=35716&r1=35715&r2=35716&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/encrypted_password.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/encrypted_password.py [utf8] Fri May 28 13:24:51 2010
@@ -63,8 +63,8 @@
 
   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):




More information about the Erp5-report mailing list