• Resolved wp800s

    (@wp800s)


    Hello,

    I set the AIOS to block all but my IP address. I am travelling now, so I lost the access to the site. I did rename the AIOS folder name, so I can access the site now. But AIOS is disabled.

    Is there a way to remove just this whitelist setting, without affecting the rest of AIOS? I checked the database for the IP address, but it is not there.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @wp800s,

    You can add AIOS_DISABLE_LOGIN_WHITELIST constant to wp-config.php. It should disable login whitelist IP feature and allow access.

    define( 'AIOS_DISABLE_LOGIN_WHITELIST', true );

    If you have a static IP address while travelling, you can add it to the whitelist and then remove this constant. This will restrict access to the login page so that only whitelisted IPs can access it again.

    Regards

    Thread Starter wp800s

    (@wp800s)

    Thanks for the reply.

    Even after adding this into wp-config.php, I still get:

    You do not have permission to access this page. Please log in and try again.

    My only option is still to rename the AIOS folder.

    Any other way?

    Thanks

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @wp800s,

    You must have renamed login page that is why it is showing

    You do not have permission to access this page. Please log in and try again.

    you can run below query and check aio_wp_security_configs there you can see renamed login page url as aiowps_login_page_slug

    SELECT * FROM wp_options WHERE option_name LIKE ‘%aio%’

    https://snipboard.io/AVyaWZ.jpg

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove whitelist hack’ is closed to new replies.