Linux 软件免费装
Banner图

WP Bouncer - Limit Simultaneous Logins

开发者 strangerstudios
norcross
更新时间 2024年4月15日 19:21
PHP版本: 5.2 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

security login membership protection firewall

下载

1.0.1 1.1 1.3 1.3.1 1.5.1 1.4 1.4.1 1.5

详情介绍:

WP Bouncer restricts the number of simultaneous logins for the same WordPress user account. The plugin's goal is to deter people from sharing their login credentials for your site, which is especially important for a paid membership, premium content, or eLearning site. How WP Bouncer Protects Shared User Logins If the WP_BOUNCER_HEARTBEAT_CHECK is defined to true, JavaScript will be loaded to bounce users when a new user logs in with the same login. This is useful for sites with page caching. Admininstrator accounts or any users with the "manage_options" capability are excluded from bounces. Or, Allow a Specific Number of Active Sessions By default, WP Bouncer only allows one session per user. You can use this plugin to offer bulk memberships to corporate, education, or other group-type customers via a shared login. Use the wp_bouncer_number_simultaneous_logins filter to allow a defined number of active "sessions". View the Recipe Example Use Cases for WP Bouncer Hooks and Filters Support the Plugin Authors If you like this plugin, please check out Jason's work with Stranger Studios and Paid Memberships Pro and Andrew's work at his personal site.

安装:

Install WP Bouncer from within WordPress
  1. Visit the plugins page within your dashboard and select "Add New"
  2. Search for "WP Bouncer"
  3. Locate this plugin and click "Install"
  4. Activate "WP Bouncer" through the "Plugins" menu in WordPress
Install WP Bouncer Manually
  1. Upload the wp-bouncer folder to the /wp-content/plugins/ directory
  2. Activate "WP Bouncer" through the "Plugins" menu in WordPress
Settings There are no settings for this plugin. If you want to modify the default behavior to instead enable JavaScript checks, add the following code to your wp-config.php: define( 'WP_BOUNCER_HEARTBEAT_CHECK', true );

升级注意事项:

1.1
  • Admin accounts (specifically users with "manage_options" capability) are excluded from bounces. This will eventually be a setting once we setup a settings page.

常见问题:

I need something strong to keep people from sharing accounts.

We've found that using a 2-Factor-Authentication scheme on your site is a good way to keep people from sharing accounts. When we tried to design an advanced version of WP-Bouncer, it was basically 2FA. So try that.

更新日志:

1.5.1 - 2023-01-30 1.5 - 2021-06-02 1.4.1 - 2020-01-01 1.4 - 2019-01-16 1.3.1 1.3 1.2 1.1 1.0.1 1.0