You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pa...@apache.org on 2020/01/16 07:11:58 UTC

[ofbiz-framework] branch trunk updated: Fixed: updatePassword does not save optional parameter requirePasswordChange (OFBIZ-11320)

This is an automated email from the ASF dual-hosted git repository.

pawan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cef21ce  Fixed: updatePassword does not save optional parameter requirePasswordChange (OFBIZ-11320)
cef21ce is described below

commit cef21ced2165790a31102a1fbdc627ea717d1be9
Author: Pawan Verma <pa...@hotwaxsystems.com>
AuthorDate: Thu Jan 16 12:41:34 2020 +0530

    Fixed: updatePassword does not save optional parameter requirePasswordChange
    (OFBIZ-11320)
    
    When changing the password of a User Login through the Party Manager the Require Password Change dropdown menu selection does not save the selected value. The corresponding process is missing from the LoginMapProcs.xml.
    
    Thanks: Ingo Könemann for your contribution.
---
 applications/securityext/minilang/login/LoginMapProcs.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/applications/securityext/minilang/login/LoginMapProcs.xml b/applications/securityext/minilang/login/LoginMapProcs.xml
index f499d35..d763a6b 100644
--- a/applications/securityext/minilang/login/LoginMapProcs.xml
+++ b/applications/securityext/minilang/login/LoginMapProcs.xml
@@ -30,6 +30,7 @@ under the License.
             <copy/></process>
         <process field="passwordHint"><copy/></process>
         <process field="userLoginId"><copy/></process>
+        <process field="requirePasswordChange"><copy/></process>
     </simple-map-processor>
 
     <simple-map-processor name="adminUpdatePassword">
@@ -40,6 +41,7 @@ under the License.
             <copy/></process>
         <process field="passwordHint"><copy/></process>
         <process field="userLoginId"><copy/></process>
+        <process field="requirePasswordChange"><copy/></process>
     </simple-map-processor>
 
     <simple-map-processor name="userLogin">