This is an automated email from the ASF dual-hosted git repository.
pawan pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new 6b327ca Fixed: updatePassword does not save optional parameter requirePasswordChange (OFBIZ-11320)
6b327ca is described below
commit 6b327ca3e1e7954feb4c4cc22166ffae3eda886b
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">