광고 배너
970×250 권장

ERROR: Too many failed login attempts. Please try again in 20 minutes. wordpress

WordPress How to Unlock attempts login

 

Look at the code below and follow it.

join MySql (mariadb) AND command line

 

SELECT * FROM `wp_options` WHERE `option_name`='limit_login_lockouts'
UPDATE wp_options SET option_value = '' WHERE option_name = 'limit_login_lockouts' LIMIT 1;

LOGIN OK!!

Good luck 🙂