How can I update the third-party database user (first name, last name, password) when the user manually changes any of the above in their aMember control panel? Everything else is working (signup, login, logout).
igpman: what is the third-party db and how are you getting the userid/password into it currently? The "subscription_updated" hook can handle that for you. See here: http://manual.amember.com/Creating_...24member_id.2C_.24oldmember.2C.24newmember.29
I'm not sure how I missed that, but I had "subscription_updated" down as only being called when a subscription was updated, not necessarily the profile. Thanks skippy, that's what I was looking for.