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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Pawan Verma-2
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 <[hidden email]>
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">