Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 19, 2014
2 parents 6fefcbe + ada23f7 commit 83b59f5
Showing 1 changed file with 4 additions and 5 deletions.
Expand Up @@ -243,11 +243,6 @@ private <F extends FocusType> void processFocusFocus(LensContext<F> context, Str
if (consistencyChecks) context.checkConsistence();


// PASSWORD POLICY

passwordPolicyProcessor.processPasswordPolicy(focusContext, context, result);


// ACTIVATION

processActivation(context, now, result);
Expand All @@ -274,6 +269,10 @@ private <F extends FocusType> void processFocusFocus(LensContext<F> context, Str
now, task, result);
context.recompute();

// PASSWORD POLICY

passwordPolicyProcessor.processPasswordPolicy(focusContext, context, result);


// Processing done, check for success

Expand Down

0 comments on commit 83b59f5

Please sign in to comment.