ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

How can I disable IP check

March 26, 2009 5:23pm

Subscribe [2]
  • #1 / Mar 26, 2009 5:23pm

    ron00nor

    52 posts

    I temporary want to disable the IP check for both Weblog and the Forum module. Our site has several users having mobile internet access connection. The IP address changes during the session and the user is logged out.
    We are tracing why the IP address varies but want in the meantime temporary disable the IP-check. This has solved our problems with another (non ExpressionEngine) site too.

  • #2 / Mar 26, 2009 5:25pm

    Ingmar

    29245 posts

    Try adding this to your config.php:

    $conf['secure_forms'] = "n";
    $conf['require_ip_for_login'] = "n";
    $conf['require_ip_for_posting'] = "n";
  • #3 / Mar 26, 2009 5:28pm

    ron00nor

    52 posts

    Thanks, that’s really fast!

  • #4 / Mar 26, 2009 5:40pm

    Ingmar

    29245 posts

    My pleasure 😊

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases