I mm trying to allow OWA users to change their passwords if they have expired.
I have done the following:
- Log on to the Client Access server.
- Start Registry Editor (regedit).
- Locate the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchange OWA.
- Create the following DWORD value if it doesn't already exist:ChangeExpiredPasswordEnabled. The value type will beREG_DWORD.
- Set the value of ChangeExpiredPasswordEnabled to1.
- Exit Registry Editor.
And restarted IIS.
But still my users are unable to log on if their passwords have expired.