Cookie slug leeds to 127.0.0.1 seems not accepted since last update?!
-
It’s that time of the year again when an update breaks the login slug, also known as cookie-based login. I attempted to resolve this by adding the following rule to the wp-config:
define('AIOS_DISABLE_COOKIE_BRUTE_FORCE_PREVENTION', true);
Unfortunately, this solution didn’t work as expected, and it resulted in a blank home page. It seems like this might be an outdated method.
Next, I tried modifying the “aios_enable_brute_force_attack_prevention” setting in the settings.php file. I changed it from:
"aios_enable_brute_force_attack_prevention":"1"
to:
"aios_enable_brute_force_attack_prevention":""
However, even after making this change, there was no noticeable effect on the issue. It appears that this adjustment also didn’t provide the desired outcome.
So what’s next?
Thank you!
- The topic ‘Cookie slug leeds to 127.0.0.1 seems not accepted since last update?!’ is closed to new replies.