My goal is when a user registers on the forum, changes their email, changes their password, or resets their password, I send a post request to an api I have hosted elsewhere with the user's data (user, pw, email). It seems like I just need to extend the proper classes (XFCP_Registration, XFCP_PasswordChange, XFCP_PasswordReset, XFCP_EmailChange) and send the post request with the data in the functions (setFromInput, setPassword, resetLostPassword, changeEmail). Would this be correct or am I simplifying this too much and is actually more work required?
The goal is to store the data on an external database as well as the xf database.
The goal is to store the data on an external database as well as the xf database.