Hi, I'm using the WP webhooks plugin to help connect my WordPress (Elementor) site to pabbly. Basically when a new user registers with a username and password, I want to enroll them in a teachable course through pabbly. The ultimate goal is to create a teachable account with the same username and password as they used for my WordPress site. I followed this guide:
At this point, I have successfully retrieved email, name, and what appears to be an encrypted password from newly registered users. I've also been able to enroll students. I'm wondering if there's any way to retrieve an unencrypted password from a newly created user. I believe WordPress uses one-way encryption though, so this might just be a pipe dream? Any ideas would be very appreciated, thanks!
At this point, I have successfully retrieved email, name, and what appears to be an encrypted password from newly registered users. I've also been able to enroll students. I'm wondering if there's any way to retrieve an unencrypted password from a newly created user. I believe WordPress uses one-way encryption though, so this might just be a pipe dream? Any ideas would be very appreciated, thanks!