Change My Password Page

0
Hi – under the System module, I saw a “Change my password” page. When I try to include this as a menu button, however, it says I cannot because the required object isn’t passed. Is there another way to give the user a “Change my password” page?
asked
1 answers
0

Create a microflow that retrieves the account for the $currentuser.

Call the microflow ShowMyPasswordForm and pass the retrieved account object from this microflow.

Attach the microflow to the navigation item and you’re done.

Make sure to check if the account was retrieved before the call microflow activity though.

answered