Check external database *every login*, yes?
-
Hi — this plugin looks like exactly what I want, and I want to confirm something.
The scenario I need to support:
1. A user in my external database logs into a WordPress site that uses this plugin.
2. The plugin successfully validates the user’s username and password.
3. As a result (I think), a record is created in the wp_users table for this user.4. Later, this user loses his status (leaves, terminates, stops paying, whatever).
5. As a result, I NULL his password in my external database.
6. The defunct user tries to log into WordPress.
7. I want him to NOT get into WordPress, because I want the plugin to validate his credentials against my external database *every time he logs in*, and not just the very first time. I don’t want WordPress ever to validate him against the wp_users table.Based on some comments in the support thread, I *think* this plugin operates this way, but wanted to confirm.
Thanks,
Steve
- The topic ‘Check external database *every login*, yes?’ is closed to new replies.