How to disable user to change their password at next logon
Scenario: When use Safewhere PasswordReset to reset password for AD user, the default setting is "user must change password at next logon" checked (like the image below) after user is reset password. Sometimes, we don’t want to have this. How can we solve?
Solution:
- Open your LDAPWS folder: C:\Program Files\Safewhere\LdapWS\Tenants\your_tenant\
- Edit web.config file
- Change this key in web.config
From
<add key="MustChangePasswordNextLogon" value="true"/>
To
<add key="MustChangePasswordNextLogon" value="false"/>
- Save web.config