User register and delete detection
-
Hello,
I’m trying to connect two of softwares which one of them is WordPress.
So both applications have different dbases but I have sync script which will move data from one to other.
That’s everything ok.Just I need some plugin or suggestion about source change where to put script which will sync.
So basicly, the best option will be to have module which detects user registration (after activating) no matter is registered by user or admin, and also for deleting account in same way.
Then module needs to do something, but would be fine to make text box for SQL query, so I just call SQL after it’s detected.
My whole project works like this:
If user registered to WP, with this requested module, registration data will be stored to other table defined with SQL query, and then sync script which works with crontab uses data and move to other software’s db.
Best regards.
- The topic ‘User register and delete detection’ is closed to new replies.