Hi,
Great work i think, but i thought the security of /wp-login.php
would be protected?
I mean when i try to login it asks for the new layer username and pass first but if i was to click cancle on that popup login it would redirect me to the /wp-login.php
Shur wasn't the whole point to protect these areas with a double layer login?
Is there a solution for this also?
I found this post that says add to your theme functions.php
<?php
add_filter('login_errors',create_function('$a', "return null;"));
?>
But don't think that works.
Or should i use that Stelth Login plugin?
Which allows you to create a different login url and hides the login.php?
Thanks later
http://wordpress.org/extend/plugins/askapache-password-protect/