• Resolved zappoboy

    (@zappoboy)


    Hi

    I can not login to my plugin all-in-one-wp-security-and-firewall.
    I tried WP-admin, my secret login code, or my emergency code provided by the plugin.
    Totally blocked. Tried the fix code define(‘AIOS_DISABLE_LOGIN_LOCKOUT’, true);
    This happened suddenly.
    Error: Error establishing a database connection

    Tried to delete files according to plugin developer, resulted in a total breakdown. Fixed that by copying a backup.

    Luckily the web page works.

    Thanks /Jan

    The page I need help with: [log in to see the link]

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

    (@hjogiupdraftplus)

    Hi @zappoboy

    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.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.