=== Lockdown WP Admin === Contributors: sean212 Donate link: http://talkingwithsean.com/donate/ Tags: security, wp-admin, http auth, 404, lockdown, talkingwithsean, secure Requires at least: 3.0 Tested up to: 3.1 Stable tag: 1.0 This plugin will hide /wp-admin/ when you aren't logged in. If a user isn't logged in and they attempt to access /wp-admin/ directly, they will be unable to and it will return a 404. Also, you can add HTTP authentication directly from WP admin and add custom username/password combinations for the HTTP auth, or use the WordPress credentials. This doesn't touch any .htaccess files or change the WordPress core files. All the CSS/Images under /wp-admin/ are still accessible, just not the .php ones. If you enable HTTP authencation, it will add HTTP auth to wthe PHP files in /wp-admin/ == Description == This plugin will hide /wp-admin/ when you aren't logged in. If a user isn't logged in and they attempt to access /wp-admin/ directly, they will be unable to and it will return a 404. Also, you can add HTTP authentication directly from WP admin and add custom username/password combinations for the HTTP auth, or use the WordPress credentials. This doesn't touch any .htaccess files or change the WordPress core files. All the CSS/Images under /wp-admin/ are still accessible, just not the .php ones. If you enable HTTP authencation, it will add HTTP auth to the PHP files in /wp-admin/ == Installation == 1. Upload `/lockdown-wp-admin/` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Navigate to the "Lockdown WP" menu == Frequently Asked Questions == None yet. == Screenshots == None yet. == Changelog == = 1.0 = * Initial release