Author: jacopoc
Date: Mon Jul  7 07:44:17 2014
New Revision: 1608357

URL: http://svn.apache.org/r1608357
Log:
Applied fix from trunk for revision: 1608355 
===

Removed useless logInfo statement that was causing the user password to be 
stored in the log files. Thanks to Grégory Draperi for the report.


Modified:
    ofbiz/branches/release12.04/   (props changed)
    
ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/login/LoginServices.java

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1608355

Modified: 
ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/login/LoginServices.java
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/login/LoginServices.java?rev=1608357&r1=1608356&r2=1608357&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/login/LoginServices.java
 (original)
+++ 
ofbiz/branches/release12.04/framework/common/src/org/ofbiz/common/login/LoginServices.java
 Mon Jul  7 07:44:17 2014
@@ -919,7 +919,6 @@ public class LoginServices {
             passwordChangeHistoryLimit = 0;
         }
         Debug.logInfo(" password.change.history.limit is set to " + 
passwordChangeHistoryLimit, module);
-        Debug.logInfo(" userLogin is set to " + userLogin, module);
         if (passwordChangeHistoryLimit > 0 && userLogin != null) {
             Debug.logInfo(" checkNewPassword Checking if user is tyring to use 
old password " + passwordChangeHistoryLimit, module);
             Delegator delegator = userLogin.getDelegator();


Reply via email to