Site icon EfmSoft

What does NTSTATUS 0xC0000071 (STATUS_PASSWORD_EXPIRED) mean?

 
Previous Next
STATUS_INVALID_WORKSTATION STATUS_ACCOUNT_DISABLED

STATUS_PASSWORD_EXPIRED

Password expiry is an account-state transition

STATUS_PASSWORD_EXPIRED indicates that the credentials are no longer valid for ordinary authentication because the password has reached the age limit imposed by the account authority. It is not evidence of an incorrect password and should not be handled by repeating the same credential. Kerberos auditing distinguishes a key-expired condition from a pre-authentication failure caused by an incorrect secret.

The correct path depends on where the account is managed. A user may be allowed to perform a password change through the supported change-password flow, while a service identity, an account subject to special policy, or a disabled self-service path may require an administrator or identity-management workflow. Modern identity guidance also treats expiration, lockout, loss and revocation as distinct authenticator lifecycle events.

Practical response

References


Looking for a different code? Search another status or error code.

Exit mobile version