Skip to content

Commit

Permalink
fix for MID-3655 Self service change credentials sends password chang…
Browse files Browse the repository at this point in the history
…e twice
  • Loading branch information
KaterynaHonchar committed Jan 19, 2017
1 parent 90d1d2a commit 6f1b572
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -354,7 +354,7 @@ protected void onSavePerformed(AjaxRequestTarget target) {
registry.findObjectDefinitionByCompileTimeClass(UserType.class) :
registry.findObjectDefinitionByCompileTimeClass(ShadowType.class);

PropertyDelta delta = PropertyDelta.createModificationReplaceProperty(valuePath, objDef, password, password);
PropertyDelta delta = PropertyDelta.createModificationReplaceProperty(valuePath, objDef, password);

Class<? extends ObjectType> type = accDto.isMidpoint() ? UserType.class : ShadowType.class;

Expand Down

0 comments on commit 6f1b572

Please sign in to comment.