Title: [Plugin: Lockdown WP Admin] Purpose?
Last modified: August 19, 2016

---

# [Plugin: Lockdown WP Admin] Purpose?

 *  [adamsmark](https://wordpress.org/support/users/adamsmark/)
 * (@adamsmark)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/)
 * Does this plugin increase security? If so, how? Seems like a good idea, but not
   sure how it would increase security.
 * [http://wordpress.org/extend/plugins/lockdown-wp-admin/](http://wordpress.org/extend/plugins/lockdown-wp-admin/)

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/page/2/?output_format=md)

 *  Plugin Author [Sean Fisher](https://wordpress.org/support/users/sean212/)
 * (@sean212)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856291)
 * Well it has two main features.
 * 1. It hides /wp-admin/ from those that aren’t logged in. Instead of just moving
   wp-admin like many people want to do but that requires modifing core code. I’m
   not saying it’s supported, but you could also rename wp-login.php to lets say
   login-page.php, it isn’t supported but I have renamed it and then used other 
   hooks to change the links to wp-login.php.
 * 2. It provides HTTP auth. Many people have problems with this because it’s too
   hard to understand or implement. I made it simple but adding HTTP auth using 
   PHP. It allows you to add HTTP auth using your WordPress credentials or another
   set of username/passwords to have a double level security. I use this on a news
   blog site of mine with many different reporters adding content. We had an outbreak
   where one password for a user was bruteforced, so we added this. Now, they have
   to have two sets of username and passwords to get into /wp-admin/.
 *  [thompaw](https://wordpress.org/support/users/thompaw/)
 * (@thompaw)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856343)
 * Hi Sean!
 * I downloaded the Lockdown plugin and i got locked out!
 * How can I reconnect to my .php files? I tried to use WP auth method.
 * Please advice!
 * Best Regards
    Thomas
 *  Plugin Author [Sean Fisher](https://wordpress.org/support/users/sean212/)
 * (@sean212)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856345)
 * Hi!
 * When you set it up, did you try to use the WordPress credentials method? If you
   did, just login with your WordPress credentials (username only I believe and 
   your password).
 *  [OJBizzle](https://wordpress.org/support/users/ojbizzle/)
 * (@ojbizzle)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856437)
 * Hi. I am running WP 3.0.4 and I just installed this plugin and enabled using 
   WP login credentials. I am now seeing blank white pages.
 * My php error logs show the following error:
 * PHP Fatal error: Call to undefined function get_user_id_from_string() …/wp-content/
   plugins/lockdown-wp-admin/lockdown-wp-admin.php on line 308
 * I’ve had to disable the plugin via the database to get back into my admin page.
 * Any idea whats going on?
 *  Plugin Author [Sean Fisher](https://wordpress.org/support/users/sean212/)
 * (@sean212)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856448)
 * Ahhh, this is a bug within the plugin.
 * It was calling on a function that is really WP-MS only. I have fixed it and just
   pushed out a bug fix.
 * It should be in your WordPress update soon enough.
 *  [dakasky](https://wordpress.org/support/users/dakasky/)
 * (@dakasky)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856468)
 * Hi Sean – installed your plug-in. Sounded good.
 * However, It would not let me change the location of the wp-login.php. For example,
   let’s say I put in “rocket” in the blank field (where you used “login” as an 
   example), it switched the word I put in to “base”. This happened no matter what
   I tried.
 * Also, I set HTTP access to use WordPress credentials and now it won’t let me 
   login. I get past my normal login page but then get your screen pop-up that never
   goes away and never lets me login and if I click cancel it just says Authentication
   required.
 * I cannot access anything at this point. A real bummer. Any ideas how I can uninstall
   of fix this problem? 🙂
 *  Plugin Author [Sean Fisher](https://wordpress.org/support/users/sean212/)
 * (@sean212)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856469)
 * [@dakasky](https://wordpress.org/support/users/dakasky/) What setup do you have,
   e.g. server/hosting/hosting company/etc?
 * If you can’t login, just delete the /wp-content/plugins/lockdown-wp-admin until
   I get a fix out.
 *  [dakasky](https://wordpress.org/support/users/dakasky/)
 * (@dakasky)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856470)
 * Thanks for the reply. Latest version of WP with Jetpack using 1and1 shared hosting.
   Yeah figured out to delete that to get back in. Was running a few other plugins.
   Login Lockdown and SI Captcha. Maybe Login Lockdown conflicted with your plugin?
   It conflicted with SI Captcha so I disabled it. Lemme know what you figure out
   on both issues. 🙂 it would be nice to use your plugin. I won’t give a rating
   until later.
 *  Plugin Author [Sean Fisher](https://wordpress.org/support/users/sean212/)
 * (@sean212)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856471)
 * This is very strange.. I’ll investigate a bit more. There’s no reason either 
   of those plugins should affect the renaming of the login URL.
 *  Plugin Author [Sean Fisher](https://wordpress.org/support/users/sean212/)
 * (@sean212)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856472)
 * I just pushed an update to 1.4. It has some bug fixes in it that _might _fix 
   it, but it might not. We’ll have to see.
 *  [dakasky](https://wordpress.org/support/users/dakasky/)
 * (@dakasky)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856473)
 * Appreciate the effort. I reinstalled and immediately it pops up wanting the password
   prompted by your plugin. I had set it for the same as my WordPress creds, and
   it still doesn’t work. So, apparently it modified some other files in the prior
   install, which must be where the issue resides. I wish I could just get my WP
   install back to the same as before your plugin at this point, and remove your
   code from any modified files, so it doesn’t cause any other issues. I deleted
   your plugin folder, of course, like before, and was able to get out of the endless
   password request loop.
 * Really having doubts about something that is related to my password at this point.
   Only plug ins when this first happened are Akismet, EZPZ One Click Backup, Hello
   Dolly, Jetpack by WordPress.com, SI CAPTCHA Anti-Spam, WordPress Importer, and
   that other one I removed… Login Lockdown.
 * Again, I appreciate your effort. You know I have seen several plugins have problems
   with Jetpack. FYI – running latest versions of everything. 🙂 Got any solutions?
 *  Plugin Author [Sean Fisher](https://wordpress.org/support/users/sean212/)
 * (@sean212)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856474)
 * Well maybe it might be a plugin, but i’d love to check this out on a per site
   basis. And to get into your site when the plugin is active at this point, you
   have to remove an option (and that can only be done from the DB). If you’d like,
   you can email me at [srtfisher@gmail.com](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/srtfisher@gmail.com?output_format=md)
   and I can try and figure out what’s up with your site. Just a little FTP should
   do :p
 * The plugin doesn’t modify core WP files. 😀
 *  [dakasky](https://wordpress.org/support/users/dakasky/)
 * (@dakasky)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856475)
 * Thanks for the offer Sean, but I don’t feel comfortable letting someone I don’t
   know FTP into my site. 🙂 So, that being said. After I delete the folder for 
   your plugin, are there any remnants that remain elsewhere that I need to find
   and delete? Thanks again for you efforts and good luck.
 *  [sweetmelody](https://wordpress.org/support/users/sweetmelody/)
 * (@sweetmelody)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856476)
 * [@sean](https://wordpress.org/support/users/sean/) Same thing with [@dakasky](https://wordpress.org/support/users/dakasky/),
   the location of wp-login can’t be changed, it will be reverted to ‘base’. 🙁
 *  [dakasky](https://wordpress.org/support/users/dakasky/)
 * (@dakasky)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/#post-1856477)
 * Bah!! I hope these issues get fixed because the concept is a good one. Looking
   at other security plugins as we speak. 🙂

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/page/2/?output_format=md)

The topic ‘[Plugin: Lockdown WP Admin] Purpose?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lockdown-wp-admin.svg)
 * [Lockdown WP Admin](https://wordpress.org/plugins/lockdown-wp-admin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lockdown-wp-admin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lockdown-wp-admin/)
 * [Active Topics](https://wordpress.org/support/plugin/lockdown-wp-admin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lockdown-wp-admin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lockdown-wp-admin/reviews/)

 * 20 replies
 * 8 participants
 * Last reply from: [jxs714](https://wordpress.org/support/users/jxs714/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-lockdown-wp-admin-purpose/page/2/#post-1856512)
 * Status: not resolved