Password is incorrect when "User must change password at next logon" box is checked

QB 1 Reputation point
2022-12-16T19:13:03.233+00:00

I've run into an odd issue, whenever I go to reset someone's password on the domain controller, and the "User must change password at next logon" box is checked, that password will not work. But when I uncheck the box the password does work. This is a very concerning issue because this makes it a lot harder for users to change passwords. I'm currently running Windows Server 2022.

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-12-16T19:26:44.14+00:00

    What is the current patch level? I remember some issues with March update and password change loop issues. May need to patch it fully.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Anonymous
    2022-12-19T16:11:25.86+00:00

    There could be some issue or latency between server? You could check

    Get-ADUser -Identity username -Properties * -Server DC01 | Select PasswordLastSet  
    

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  3. Limitless Technology 44,766 Reputation points
    2022-12-20T09:28:47.543+00:00

    Hello

    Thank you for your question and reaching out.

    -Please check Group Policy for "Minimum Password Age". It may be overriding the attempts to change the password.

    -Please check that AD replication is Good across all Domain controllers.

    Another reason may be if you configure this setting and the user is prompted to change their password, replication latency may cause the user to receive a message that states that their old password is incorrect after they type their old password.

    Reference :

    https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/user-must-change-password-at-next-logon-setting

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.