ensure user can only be logged in on one computer at a time?

A simple way could be hooking into the login process and check if the user is already logged.

There is a ‘wp_authenticate’ action that runs just before loggin in an user.

Leave a Comment