Forum Discussion
T-Hyde
Mar 21, 2022Copper Contributor
Change password on logon grayed out on user accounts
I encountered an issue today that I can't seem to find any info on. I'm a domain admin using Windows server 2016 and I'm having a password reset issue. I was able to click the reset password window o...
- Mar 22, 2022If you have the password doesn't expire option enabled, the use will not be prompted to change, even if you manually set the PwdLastSet attribute to zero. You will need to remove the password doesn't expire option, then set change the password at next logon. Then once the user has changed their password, set the password doesn't expire again.
Gary_Reynolds
Mar 22, 2022Copper Contributor
If you have the password doesn't expire option enabled, the use will not be prompted to change, even if you manually set the PwdLastSet attribute to zero. You will need to remove the password doesn't expire option, then set change the password at next logon. Then once the user has changed their password, set the password doesn't expire again.