mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

david_page
12.38.2007 2d838c933b9a3ce360855f11c14a5fb08712868d
opends/src/server/org/opends/server/core/ModifyOperation.java
@@ -1286,7 +1286,6 @@
            // Update the password policy state attributes in the user's entry.
            // If the modification fails, then these changes won't be applied.
            pwPolicyState.setPasswordChangedTime();
            pwPolicyState.clearAuthFailureTimes();
            pwPolicyState.clearFailureLockout();
            pwPolicyState.clearGraceLoginTimes();
            pwPolicyState.clearWarnedTime();
@@ -1297,7 +1296,7 @@
              pwPolicyState.setMustChangePassword(! selfChange);
            }
            if (pwPolicyState.getRequiredChangeTime() > 0)
            if (pwPolicyState.getPolicy().getRequireChangeByTime() > 0)
            {
              pwPolicyState.setRequiredChangeTime();
            }