Skip to content

Commit

Permalink
Merge pull request #3142 from zlamalp/mulang
Browse files Browse the repository at this point in the history
CORE: Specify language when calling MU pwd backend
  • Loading branch information
zlamalp authored Mar 30, 2021
2 parents 634d72c + 7b1a09f commit 2a6953e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ private String getPwdChangeRequest(PerunSession session, String login, String ne
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" +
"<request>\n" +
"<osoba reqid=\"" + requestID + "\">\n" +
"<jazyk>en</jazyk>\n" +
"<uco>" + login + "</uco>\n" +
loggedParams +
"<operace>UPD</operace>\n" +
Expand All @@ -352,6 +353,7 @@ private String getPwdChangeRequest(PerunSession session, String login, String ne
return "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" +
"<request>\n" +
"<osoba reqid=\"" + requestID + "\">\n" +
"<jazyk>en</jazyk>\n" +
"<uco>" + login + "</uco>\n" +
params +
"<operace>UPD</operace>\n" +
Expand Down

0 comments on commit 2a6953e

Please sign in to comment.