I have renamed the default WordPress login page using the WP Security plugin to prevent Brute force attack. But this is causing any password protected page to fail also. Once the password is entered in the protected page, it is getting redirected to /wp-login.php?action=postpass URL and it fails with a 403 Forbidden error. Obviously the 403 error happens because I have renamed the login page for security reasons.
Any suggestions on how to make a password protected page work, even when the default login page is renamed?
Thanks