Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

Dynamics 365 Customer portal - Redirect to specific webpage after password change

Posted on by 35

Hi! 

I am developing Dynamics 365 Customer Portal for a client, and I have a requirement to change redirect webpage after logged in user changes password. 

 

Current scenario:

  • user logs in to portal
  • user goes to his profile
  • user clicks on "Change password"
  • user changes password
  • upon successful password change, portal redirects him to HOME page automatically. 

Is it possible to change portal setting in a way, that upon successful password change, portal redirects user to specific webpage? I created custom landing page, and would like to redirect user to this webpage after changing password within customer portal.

 

Thank you! 

Regards, 

Tjaša 

  • Suggested answer
    oliver.rodrigues Profile Picture
    oliver.rodrigues 4,052 on at
    RE: Dynamics 365 Customer portal - Redirect to specific webpage after password change

    Hi, I understand you are being redirected to the profile web page with a confirmation message

    you can redirect by adding a JS into your Profile Web Page (make sure it is the content page and not the root):

    $(document).ready(function () {
    
        var currentUrl = window.location.search;
    
        if (currentUrl.includes("?Message=ChangePasswordSuccess"))
        {
            window.location.href = '{{ sitemarkers["Home"].url }}';
        }
    });
    
    

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans