• Resolved flodi

    (@flodi)


    I was blocked by the plugin, so I renamed it through FTP, installed the reset plugin, executed it, and then reactivated the plugin, but reactivating it I’m blocked again before the plugin is activated.

    I’ve checked and .htaccess is cleared and the DB too, I’ve even cleared the browser cache.

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

    (@hjogiupdraftplus)

    Hi @flodi

    If you are blocked means you are being redirected to 127.0.0.1 or seeing 403 error for login page ?

    If are being redirected to 127.0.0.1 you may have cookie based brute force on. you should try access with secret word set. {site_url}?{secret_word}=1 IF you have forgot secret word define AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION to true in wp-config.php

    define('AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION', true);

    If you have enabled login whitelist IP and your IP is not static it might be the case you are blocked. you should define the constant AIOS_DISABLE_LOGIN_WHITELIST to true in wp-config.php

    define( 'AIOS_DISABLE_LOGIN_WHITELIST', true );

    If you provide more details where exact you are blocked I can provide exact information.

    Hi hjogiupdraftplus, I got the probleme of being redirected to 127.0.0.1 for login page, and because of your answer and help, I can log in again, thanks a lot !

    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @ays67

    Glad to know your problem being redirected 127.0.0.1 solve.

    Would you mind writing a quick five-star review?

    https://www.ads-software.com/support/plugin/all-in-one-wp-security-and-firewall/reviews/#new-post

    Reviews also help others to make confident decisions about our plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot login anymore if activate the plugin’ is closed to new replies.