I would like to execute a post process after a user click "Change Password" button to change his/her password (because of on demand password change or first time login force password change) but before actual confirmation of the success of the change password. i.e. I want to execute a post process after the password is changed on DNN but before communicating to the user.
Is there any means to execute a post process either using DNN module or API?