One of my admins is on a dynamic IP address ISP and is unable to log in to the admin section getting a "Your IP address does not match the one on record." error message.
Is there a way to disable the IP address checking or a workaround?
Thanks
Logged In: YES user_id=678800 Originator: NO
Open up admin.php
// Do you want to check admin IP addresses? // This can causes problems if your IP address changes whilst you are online // bool 1 or 0
$check_ip = 1;
Change the 1 to a 0 and the IP address will not be checked.
Let me know if you need any more help.
Log in to post a comment.
Logged In: YES
user_id=678800
Originator: NO
Open up admin.php
// Do you want to check admin IP addresses?
// This can causes problems if your IP address changes whilst you are online
// bool 1 or 0
$check_ip = 1;
Change the 1 to a 0 and the IP address will not be checked.
Let me know if you need any more help.