Skip to content

Commit

Permalink
[5.1] MSPB-322: Do not send 'confirm_password' in the API when changi…
Browse files Browse the repository at this point in the history
…ng the username or password for a user (#480)
  • Loading branch information
pcandia authored Feb 8, 2023
1 parent 1134971 commit 7c51d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions submodules/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -3423,6 +3423,7 @@ define(function(require) {
delete userData.features;
delete userData.extra;
delete userData[''];
delete userData.confirm_password;

return userData;
},
Expand Down

0 comments on commit 7c51d7a

Please sign in to comment.