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 !
Hi @ays67
Glad to know your problem being redirected 127.0.0.1 solve.
Would you mind writing a quick five-star review?
https://ww.wp.xz.cn/support/plugin/all-in-one-wp-security-and-firewall/reviews/#new-post
Reviews also help others to make confident decisions about our plugin.