Please accept my apologies for your inconvenience.
Can you 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. */
?
defined('AIOWPS_DISABLE_LOGIN_LOCKDOWN')
I hope it will help you.
Hi,
Thank you for the code, however as there are no such lines in my config file, I placed them under 3 different sections and got website errors after saving.
I placed them under:
Database section – got error
WordPress Core Options – error
Post and Media revisions – error
The only places I didn’t try were the last two sections of
Absolute Path to WP directory
WP vars and included files…
Any ideas please ?
Thank you for your reply!
I have also enabled the ‘Login IP Whitelist’ feature, where I’ve placed my IP and IP range, but it seems to be ignoring these??
If that line doesn’t exist in your wp-config.php file, please put the given code in the second line after starting the PHP tag like <?php
.
Please don’t put the given code multiple time, It causes a PHP warning.
The Login IP Whitelist feature is working only on the Apache server. We are working to make it server independent and work in all server types. You will get it in the future version of the AIOS.
Hi,
Thank you for your reply! Unfortunately however, it still doesn’t work and I get ‘page cannot be loaded’ error, no matter where I am in the dashboard.
Instead of writing defined('AIOWPS_DISABLE_LOGIN_LOCKDOWN')
, please write the codedefine('AIOWPS_DISABLE_LOGIN_LOCKDOWN', true);
Great!
This seems to be working now 🙂
I did get a warning from within the Dashboard of the plugin saying..:
‘You have disabled login lockdown by defining the AIOWPS_DISABLE_LOGIN_LOCKDOWN constant value as true, and the login lockdown setting has enabled it. Delete your login lockdown IP from Locked IP Addresses and define the AIOWPS_DISABLE_LOGIN_LOCKDOWN constant value as false./
As I don’t currently have any IP’s that are locked down..should I just ignore the warning?
I was able to log out and log back in again fine!
Thank you for your help and patience!
@skopelosvillas Please go to Admin Dashboard > WP Security (main menu) > Brute Force (submenu) > Cookie-based Brute Force Protection (second tab) and untick the checkbox “Enable brute force attack prevention” and save settings.
Then remove the added code line from the wp-config.php file.
Then, the notice you mentioned should be disappeared.
Hope it helps you. 🙂
Hi Prashant,
If I do that, won’t it start causing me problems again with login lockouts???
I’m not too bothered about the notice if it means that I can easily login and out without hassle.
Thank you 🙂
If you untick the checkbox “Enable brute force attack prevention” and save settings in the Admin Dashboard > WP Security (main menu) > Brute Force (submenu) > Cookie-based Brute Force Protection (second tab), I am sure that you will not face your issue.
Hope it helps you.