Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > URL to force change of password View modes: 
User avatar
Member
Member
brien-anca - 7/27/2011 11:55:44 PM
   
URL to force change of password
I want to change my New Password email template to include a URL to link the user directly to the Change Password page (via login of course). I included:

www.mydomain.com/default.aspx?section=mydesk

which gets them to the MyDesk page, but I can't figure out how to direct the load to the MyProfile/ChangePassword tab within MyDesk. Any clues?

User avatar
Member
Member
kentico_michal - 7/28/2011 2:58:00 AM
   
RE:URL to force change of password
Hello,

The left menu in the My Desk interface is handled using javascript so it is not possible to create a direct Url to this page. You can try to use the following Url that should display only the Change password interface:
www.domain.com/CMSDesk/MyDesk/MyProfile/MyProfile_ChangePassword.aspx

You can also use the My account web part, that provides also an interface for changing password. In that case, you it should be sufficient to include Url parameter page=password:
www.domain.com/MyAccountPage.aspx?page=password

Best regards,
Michal Legen