Article ID: 262902 - Last Review: October 27, 2006 - Revision: 4.2

XWEB: "Your Current Password Is About to Expire in 0 Days" Error in OWA

This article was previously published under Q262902
Expand all | Collapse all

SYMPTOMS

When you log on to an Exchange Server 5.5-based computer using the Outlook Web Access client, you may receive the following error message:
Your current password is about to expire in 0 days

CAUSE

The following articles reference possible causes of this error:
190433  (http://support.microsoft.com/kb/190433/EN-US/ ) XWEB: Err Msg: Current Password Is About to Expire in 0 Days
236909  (http://support.microsoft.com/kb/236909/EN-US/ ) XWEB: Current Password Is About to Expire in 0 Days Message Using OWA
238444  (http://support.microsoft.com/kb/238444/EN-US/ ) XWEB: OWA Current Password Is About to Expire in 0 Days Message After Installing Service Pack 3

RESOLUTION

To resolve this behavior, first attempt to use the resolutions that are suggested in the articles referred to in the "Cause" section of this article. If you are still unable to resolve the behavior, or if the articles to not apply to your particular situation, follow these steps:
  1. Go to the C:\Exchsrvr\Webdata\USA folder.

    Note This location assumes that Exchange Server 5.5 was installed on drive C, and that the default folder name of Exchsrvr was used.
  2. Open the Root.asp file, and then edit it:
    1. Look for the line that reads:
      if cint(days) < 0 then days = 10000
    2. Change the line to:
      if cint(days) < 1 then days = 10000
  3. Save, and then close the file.

MORE INFORMATION

The resolution described in this article is preferable to the "constant.inc" workaround that is described in Q190433, which disables clients' ability to change passwords from OWA.

The IF statement is included to filter out invalid values for the HTTP_REQ_PWD_EXPIRE variable. It is possible for this variable to always be returned with the value of 0, which is technically incorrect but not flagged because the original code is looking for values less than 0. So, by changing this value to 1, you are prompted to change your password starting on the 15th day (which is the default) until there is only one day left. When there are no days left, you are then forced to change your password.

APPLIES TO
  • Microsoft Exchange Server 5.5 Service Pack 3
  • Microsoft Outlook Web Access 5.5 SP 1
  • Microsoft Exchange Server 5.5 Service Pack 2
  • Microsoft Exchange Server 5.5 Standard Edition
Keywords: 
kbprb KB262902
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.
 

Article Translations