Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Add password change option in the OWA interface of Exchange 2013

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

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.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report