Title: Limit Access WP Plugin
Author: owenconti
Published: <strong>12 janvier 2012</strong>
Last modified: 11 novembre 2012

---

Recherche d’extensions

Cette extension **n’a pas été testée avec plus de trois mises à jour majeures de
WordPress**. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes
de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

![](https://s.w.org/plugins/geopattern-icon/limit-access.svg)

# Limit Access WP Plugin

 Par [owenconti](https://profiles.wordpress.org/owenconti/)

[Télécharger](https://downloads.wordpress.org/plugin/limit-access.zip)

 * [Détails](https://fr.wordpress.org/plugins/limit-access/#description)
 * [Avis](https://fr.wordpress.org/plugins/limit-access/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/limit-access/#installation)
 * [Développement](https://fr.wordpress.org/plugins/limit-access/#developers)

 [Support](https://wordpress.org/support/plugin/limit-access/)

## Description

The Limit Access WP Plugin is a simple plugin that limits the number of IPs that
can be accessing an account at the same time.

Eg. If $allowedIPs is set to 3, the account « JohnDoe » can be logged into from 
three separate IPs. When the the account is accessed the fourth time, the user will
be logged out and redirected to a custom page made by you.

If you have any questions or problems with the plugin, please let me know!

## Installation

 1. Install the plugin via automatic method or manual upload method
 2.  a. Create a new page with a slug name: « limited-access »;
     b. Edit this « limited-access » page to have a message for the user for when they
        get logged out.
     c. Activate the plugin.
     d. Congrats you’re done!

Example:

    ```
    Settings:  $allowedIPs = 3;

    The account, "test_user" can be logged in from 3 different IPs, but when the fourth instance is accessed, the user will be logged out and redirected to a page explaining what happened. 
    ```

You have the ability to change the number of allowed IPs, the time each record is
stored in the database, and if there are special circumstances for certain users.

Lines for settings:

    ```
    To change the allowed number of IPs:        line 9;
    To change the time each record is stored:       line 21;
    To alter special circumstances, per user:       line 44 - 50;

    You can add multiple special users by using the OR operator. Eg:

        if ( $user_login == 'admin' || $user_login == 'joe' ) {
            exit;
        }
    ```

## FAQ

  Why use this plugin?

If you have ever had the need to limit only X-amount of sessions per user, per IP
on a WP site, this plugin will do it for you!

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« Limit Access WP Plugin » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ owenconti ](https://profiles.wordpress.org/owenconti/)

[Traduisez « Limit Access WP Plugin » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/limit-access)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/limit-access/), consulter
le [SVN dépôt](https://plugins.svn.wordpress.org/limit-access/), ou s’inscrire au
[journal de développement](https://plugins.trac.wordpress.org/log/limit-access/)
par [RSS](https://plugins.trac.wordpress.org/log/limit-access/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 1.0

 * Initial build

#### 1.1

 * Updated the README

## Méta

 *  Version **1.0**
 *  Dernière mise à jour **il y a 14 ans**
 *  Installations actives **10+**
 *  Version de WordPress ** 3.2 ou plus **
 *  Testé jusqu’à **3.2.1**
 *  Langue
 * [English (US)](https://wordpress.org/plugins/limit-access/)
 * Étiquettes
 * [accounts](https://fr.wordpress.org/plugins/tags/accounts/)[limit](https://fr.wordpress.org/plugins/tags/limit/)
   [multiple](https://fr.wordpress.org/plugins/tags/multiple/)[sessions](https://fr.wordpress.org/plugins/tags/sessions/)
   [users](https://fr.wordpress.org/plugins/tags/users/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/limit-access/advanced/)

## Évaluations

 5 sur 5 étoiles.

 *  [  1 avis à 5 étoile     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=5)
 *  [  0 avis à 4 étoile     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=4)
 *  [  0 avis à 3 étoile     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=3)
 *  [  0 avis à 2 étoile     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=2)
 *  [  0 avis à 1 étoile     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=1)

[Votre avis](https://wordpress.org/support/plugin/limit-access/reviews/#new-post)

[Tout voir](https://wordpress.org/support/plugin/limit-access/reviews/)

## Contributeurs

 *   [ owenconti ](https://profiles.wordpress.org/owenconti/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/limit-access/)