• Resolved arnohist

    (@arnohist)


    All in one Wp Security redirects me to 403 when trying to log out. As a result I cannot log out.

    After disabling the plugin all works fine. Enabling it again causes the issue.

    Apparently this issue hasn’t been solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Prashant Baldha

    (@pmbaldha)

    Hi,

    Please accept my apologies for your inconvenience.

    May I know the URL in the browser address bar when you are logged out? so, we can investigate the issue.

    Thank you for reaching out to us.

    Plugin Contributor Prashant Baldha

    (@pmbaldha)

    We have just released the AIOS 5.0.6 version. Can you please update the AIOS plugin to the latest version?

    WordPress 6.0.2, AIOS 5.0.8 version. 403 error when logging out. After disabling the plugin all works fine.

    Plugin Contributor Prashant Baldha

    (@pmbaldha)

    It looks like you are using the Apache server and you have enabled the login whitelisting from Admin Dashboard > WP Security > Brute Force > Login Whitelist (tab) in the past. The login whitelisting feature was not working in the older AIOS version on such configured Apache servers. Starting from AIOS 5.0.8, it started working suddenly. You are trying a non-whitelisted IP address client, so you can’t browse the login screen and face the 403 error on it.

    Solution: Please add the below code line in the wp-config.php file before /* Add any custom values between this line and the “stop editing” line. */:

    
    define('AIOS_DISABLE_LOGIN_WHITELIST', true);
    

    It will disable login whitelisting on your site.

    Thanks a lot for reaching out to us.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘403 error when logging out’ is closed to new replies.