Get the App
SLTechnology News&Howtos  ›  Servers  › 

Add password change option in the OWA interface of Exchange 2013

Shulou Source: shulou.com Published: 2022-06-02 20:30:18 09月22日 Update

Recently, a client asked me that it is much more convenient to change the password in ECP, but it is more annoying that colleagues who do not enable mailboxes cannot reset their passwords. They asked me if I could make an interface for users without mailboxes to change their passwords. There are actually several ways to change passwords through web pages, such as the IIS function of WIn2012R2 that I mentioned some time ago. Today I would like to share with you how to add a link to password modification in the OWA login interface.

If you want to change your password through Win2012R2's IIS, you can visit the following link: https://blog.51cto.com/itsoul/1979881

The implementation method is as follows:

The page that changes the password uses the ExpiredPassword.aspx that comes with the Exchange front-end FE. Copy and rename it to ChangePassword.aspx. The file path is in the Exchange installation directory, such as: C:\ Program Files\ Microsoft\ Exchange Server\ V15\ FrontEnd\ HttpProxy\ owa\ auth

The name PS:ChangePassword is not necessarily like this, you can change it according to your own naming requirements, and you can also modify it in the later code. (it is recommended not to appear in Chinese. There may be problems with Chinese.)

Add the link to "change password" in the login screen C:\ Program Files\ Microsoft\ Exchange Server\ V15\ FrontEnd\ HttpProxy\ owa\ auth\ logon.aspx on the OWA home page, as follows:

At the bottom of the document:

Restart the IIS service:

Change the form submission object to ChangePassword.aspx in ChangePassword.aspx, so that after changing the password, you can jump to the successful interface and click the link to enter the login interface, as shown in the following code:

After joining, AD users with or without mailboxes can click the link page of "change password" to change their passwords without having to log in to their mailboxes.

Tags: Password interface link mailbox login code work user page Chinese success thing front end function colleague name customer object that is suggestion Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno Xiaomi NVidia Linux Shulou Tech Info Docker