Support » Plugin: WP Bouncer - Limit Simultaneous Logins » Limit amount of devices

  • Hello,

    Is it possible to add some extra settings? Many users have a regular pc, an ipad, a phone and so on, and not all have same ip.

    It would be nice if you can limit for example 4 devices at a time on same user account.

    cheers

    Robin

Viewing 1 replies (of 1 total)
  • ixo001

    (@ixo001)

    on the log it says : The fakesessid_{user_login} transients are now storing arrays of session ids. This allowed for multiple (but limited) sessions per user if wanted.

    so if you edit the plugin, the wp-bouncer.php where it says :
    //how many logins are allowed
    $num_allowed = apply_filters(‘wp_bouncer_number_simultaneous_logins’, 4);

    it has to work

Viewing 1 replies (of 1 total)
  • The topic ‘Limit amount of devices’ is closed to new replies.