=== Prevent Concurrent Logins === Contributors: fjarrett Tags: login, users, membership, security, sessions Requires at least: 4.1 Tested up to: 4.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Prevents users from staying logged into the same account from multiple places. == Description == **Did you find this plugin helpful? Please consider [writing a review](https://wordpress.org/support/view/plugin-reviews/prevent-concurrent-logins).** * Deters members/subscribers from sharing their accounts with others * Hardens security by destoying old sessions automatically * Prompts old sessions to login again if they want to continue * Ideal for membership sites and web applications If for some reason you don't want to use a plugin to do this, you can also just add these functions and hooks to your theme: https://gist.github.com/fjarrett/0fa79273bd879f7ab6b3 **Development of this plugin is done [on GitHub](https://github.com/fjarrett/prevent-concurrent-logins). Pull requests welcome. Please see [issues reported](https://github.com/fjarrett/prevent-concurrent-logins/issues) there before going to the plugin forum.** == Changelog == = 0.1.0 - December 31, 2014 = * Initial release Props [fjarrett](https://profiles.wordpress.org/fjarrett/)