Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Limit Max IPs Per User

Descrizione

Limit the maximum number of IPs a user can log in.

Features:
* Set the maximum number of IPs and the number of days.
* See user login logs and whether their login was blocked or not.
* Reset a specific user’s IP history via the Edit User page.
* Enable admin or user email notifications when limit exceeded.

Screenshot

  • Plugin settings page
  • User settings page
  • User message if exceeded attempts

Installazione

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Settings->Limit Max IPs Per User screen to configure the plugin.

FAQ

  1. What versions of WordPress, PHP and MySQL does this plugin support?
    This plugin was developed and tested on WordPress 4.7.3, PHP 5.6.27 and MySQL 5.6.33, so those are our recommended minimum supported versions.

    We cannot promise that this plugin will work on older versions of WordPress, PHP or MySQL, but we try to use best practices in our code to support the most common production environments used today.

Recensioni

Leggi la recensione di 1

Contributi e sviluppo

“Limit Max IPs Per User” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Limit Max IPs Per User” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.5

  • Small bug fix for other plugins to be able to show data in the user table. Thanks @odoremieux!

1.4

  • Additional bug fix for counting unique IPs on login

1.3

  • Bug fix for counting unique IPs on login

1.2

  • New feature: enable admin or user email notifications when limit exceeded.

1.1

  • Fixes “Clear User’s Recorded IPs” button on latest WordPress versions by replacing the deprecated use of jQuery.live(‘click’, …) with jQuery.on(‘click’, …)

1.0

  • Initial release