Brute force incorrect redirects
-
I recently had problems with several pages (at different times) with cookie based brute force prevention. I was unable to login, redirection was active even when correct secret URL was entered. After disabling brute force redirection through wp-config, clearing wp caching plugin and clearing and setting cookie based brute force prevention, secret url started to work, but after filling username and password, the page was redirecting in a loop (back again to login screen). After a while of tinkering, I found out that clearing Cookie based prevention, and setting Rename login page url fixed things.
Is there any cache in the plugin for PHP-based redirection which can be cleared in such cases?
If so, how to do it?
- The topic ‘Brute force incorrect redirects’ is closed to new replies.