How to implement Change Password page

0
Hi Team, We want to show change password form in navigation menu when a user logs in, when I am trying to add change Password page from User → changeMyPasswordForm in navigation, it is showing below error   How to fix these or any other way to achieve change password functionality for user ?   Thanks in Advance
asked
2 answers
0

Retrieve in a microflow the account of the current user first and then open the page passing the account object.

Regards,

Ronald

 

answered
0

I think, you can create an object for AccountPasswordData and pass this object as i/p param to the ChangeMyPasswordForm page. As AccountPasswordData object is Non persistable, it will not cause any issue. The default ChangeMyPassword microflow will take care of verifying old password & new password stuff. 

answered