Get member plain text password on changing in dashboard
Hi
I need to sync member details to a third party application, so when details are changed in the dashboard, I send through to the other app.
i hook into the MemberService.Saving event and can get all the details I need except the password if it's been changed - by the time the event is raised the password has already been hashed
Get member plain text password on changing in dashboard
Hi
I need to sync member details to a third party application, so when details are changed in the dashboard, I send through to the other app.
i hook into the MemberService.Saving event and can get all the details I need except the password if it's been changed - by the time the event is raised the password has already been hashed
How can I access the plain text password?
Thanks
looking into the code, i think this method gets called from angular
so it seems that's where it gets hashed before the saving event is raised - not sure how i'd intercept this?
is working on a reply...