• Resolved nyarialom

    (@nyarialom)


    No matter what I do, on both of my websites, as soon as the plugin is activated, I completely lose access to my admin dashboard and it displays a “127.0.0.1 access denied” page. Please help me. I had to deactivate the plugin from my FTP server, but even if I uninstall and reinstall it completely, the All-In-One Security (AIOS) – Security and Firewall plugin will break my site as soon as it’s activated. It’s unusable, and I don’t even understand why.

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @nyarialom,

    127.0.0.1 wp-admin being redirected means you have enabled cookie based brute force.

    you should try access with secret word so {site_url}?{secret_word}=1 It will save cookie in your browser for 24 hrs the again after 24 hrs it will start redirect to 127.0.0.1 and you can access with {site_url}?{secret_word}=1 only.

    If you have enabled and forgot the {secret_word} define AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION true in wp-config.php and try access with wp-login.php ( or renamed login page) it will disable the cookie based brute force

    define('AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION', true);

    Once you logged in please go to WP Security > Brute force > Cookie based brute force prevention.
    there check secret_word and remove the defined constant.

    If this is not the case or still issue let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘It broke my admin dashboard access’ is closed to new replies.