Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • TikTakToe 60 posts 102 karma points
    May 24, 2018 @ 09:29
    TikTakToe
    0

    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 hashedenter image description here

    How can I access the plain text password?

    Thanks

  • TikTakToe 60 posts 102 karma points
    May 24, 2018 @ 09:50
    TikTakToe
    0

    looking into the code, i think this method gets called from angular

    enter image description here

    so it seems that's where it gets hashed before the saving event is raised - not sure how i'd intercept this?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies