Title: WP Secure Maintenance
Author: Saad Iqbal
Published: <strong>މާރޗް 2, 2016</strong>
Last modified: ޖޫން 20, 2024

---

Search plugins

![](https://ps.w.org/wp-secure-maintainance/assets/banner-772x250.png?rev=1593273)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wp-secure-maintainance/assets/icon-128x128.png?rev=1593273)

# WP Secure Maintenance

 By [Saad Iqbal](https://profiles.wordpress.org/saadiqbal/)

[Download](https://downloads.wordpress.org/plugin/wp-secure-maintainance.1.7.zip)

 * [Details](https://dv.wordpress.org/plugins/wp-secure-maintainance/#description)
 * [Reviews](https://dv.wordpress.org/plugins/wp-secure-maintainance/#reviews)
 *  [Installation](https://dv.wordpress.org/plugins/wp-secure-maintainance/#installation)
 * [Development](https://dv.wordpress.org/plugins/wp-secure-maintainance/#developers)

 [Support](https://wordpress.org/support/plugin/wp-secure-maintainance/)

## Description

Want to lock your site for Maintenance or Development? Then this is the right Plugin.
Using WP Secure Maintenance you can lock the whole site with a seceret PIN.

#### Features:

 * Set password to protect your site for maintenance or development
 * Set your own logo or use default logo
 * Change placeholder text for WP Secure Maintenance login form
 * Change Submit button label for WP Secure Maintenance’s login form
 * Change Error text for WP Secure Maintenance’s login form

#### Docs & Support

Will be available soon.

**If you are looking for WordPress Admin Security, use our Free WP SECURE ADMIN 
plugin.**
 [WP SECURE ADMIN](https://wordpress.org/plugins/secure-wp-admin/)

**Interested in contributing to WP Secure Maintenance**
 Head over to the [WP Secure Maintenance **GitHub Repository**](https://github.com/wpexpertsio/WP-Secure-Maintainance)
to find out how you can pitch in 😉

## Screenshots

 * [[
 * Screenshot of WP Secure Maintenance Settings
 * [[
 * Screenshot of WP Secure Maintenance’s form asking for PIN.

## Installation

 1. Go to Plugins > Add New.
 2. Under Search, type WP Secure Maintenance
 3. Find WP Secure Maintenance and click Install Now to install it
 4. If successful, click Activate Plugin to activate it and you are ready to go.

## FAQ

### How to Use WP Secure Maintenance

Just after activting set password from WP Secure Maintenance Settings tab and enable
it and you are done.

## Reviews

![](https://secure.gravatar.com/avatar/c4f9c5801e4fa1915ffeb9dccfb4e0d7e33afdfca03c1b15070ac24224357169?
s=60&d=retro&r=g)

### 󠀁[Excellent Site Locking Functionality](https://wordpress.org/support/topic/excellent-site-locking-functionality/)󠁿

 [Joshua Gerrity](https://profiles.wordpress.org/joshuanan/) ޖެނުއަރީ 2, 2021

This plugin works great. It’s simple, and does what it says. By removing all page
content besides this plugin’s, it prevents bots from being able to see what other
plugins you have activated (which could be a security issue). Of course, don’t expect
your website to be impervious to outside visitors guessing your password. There 
is no brute-force protection in place. Instead, just consider it, as someone else
commented in their review, a simple WordPress replacement of HTAccess site locking
functionality. No one should expect the things we put on the Internet to remain 
private, anyway.

![](https://secure.gravatar.com/avatar/7a7610ed14e4bb820e46fcf9f6f3a421871862c040f9d3359f31f17d0bf3f0fa?
s=60&d=retro&r=g)

### 󠀁[Great thing with a big problem](https://wordpress.org/support/topic/great-thing-with-a-big-problem/)󠁿

 [moddo](https://profiles.wordpress.org/moddo/) ސެޕްޓެމްބަރ 3, 2019

I was looking for exactly this type and found. But to perfection is missing one 
big and fundamental thing. If password maintenance is active. So virtually the entire
Wordpress is closed and WPbackup and other plugins that communicate in the background
do not work. Solve a site blocking without the other and it’s an amazing tool to
restrict access to test unfinished sites.

![](https://secure.gravatar.com/avatar/4dab8b806cd1559b43bd6bac40bfaff7e8c21bbcc163f31c79645d71271f9f77?
s=60&d=retro&r=g)

### 󠀁[A Near Perfect Substitute for HTaccess Authentication](https://wordpress.org/support/topic/a-near-perfect-substitute-for-htaccess-authentication/)󠁿

 [Michael Samson](https://profiles.wordpress.org/illuminice/) ޖުލައި 20, 2017 2 
replies

I wanted to leave a review here for this little plugin because it is great for a
single reason… (I’m also leaving some recommendations for the plugin author below)
This may be the only plugin of it’s kind that emulates htaccess authentication without
actually using htaccess. Most plugins created to lock websites while they’re in 
development (maintenance mode plugins) either completely block access to the website,
or allow an admin to login using a login form on the maintenance screen. The problem
with that approach is that if you happen to be doing development on a site with 
custom login/register screens, you will not be able to see those screens once logging
in on the maintenance screen (because you will then be logged into the site, and
won’t obviously see the login screen you’re developing). In the past I would have
simply used htaccess authentication (with htpasswd files) to restrict access to 
the site so only developers could see it. However, I happen to be developing a website
right now on Amazon Web Services (AWS) with CloudFront (their CDN). I found that
CloudFront is not compatible with htaccess authentication at all. This left me in
a real conundrum, as I needed to access restrict our site to developers while still
being able to see and work on the website’s login/register page. That’s where this
amazing little plugin came in. This plugin is very simple, but it does what so many
other maintenance mode plugins do not. It simply acts as a secondary front door 
to a website, without interfering with the main front door. When you enter your 
password into this plugin, it then releases you into the site without actually logging
you into WordPress, thus making it possible to do development work on login/register
screens. These are a few recommendations and things of note for the plugin author:
1. I recommend adding a lot more settings to control the look and feel, as I had
to re-write all of the css in this plugin to get it to look the way I wanted. 2.
Add the ability to input your logo from a local URL in the website’s file system,
and not just from the Media Library. We’re not keeping our website’s official images
in the media library. I had to edit the plugin to work around this limitation. 3.
Introduce a true username/password system that is completely separate from the WordPress
users. In other words, provide the ability to create users, each with their own 
custom password. This would work the same way the plugin works now, by not using
the WordPress login functionality. We don’t want to use the WordPress logins for
the reasons I recommended this plugin above. Right now the login is limited to a
single password. Imagine how flexible this would be if you could create multiple
usernames and passwords for developers. This would then be a complete replacement
for htaccess authentication. 4. The logo width and height settings are backwards
in the settings, in terms of what they actually control. 5. You should correct the
spelling of “Maintenance” in the plugin folder name, plugin title, and description.
I noticed it was misspelled everywhere as “Maintainance.” ….. To anyone thinking
of using this plugin, I do highly recommend it if you need a convenient replacement
for htaccess authentication. For this purpose, it is the perfect solution! All my
best, ~ Michael

![](https://secure.gravatar.com/avatar/ea25bfd6bef3da2c26ba06d7dc68f3931b7484050f45d8799f7e15de83147410?
s=60&d=retro&r=g)

### 󠀁[Simple & Easy For Every one](https://wordpress.org/support/topic/simple-easy-for-every-one/)󠁿

 [WPExperts.io](https://profiles.wordpress.org/wpexpertsio/) ސެޕްޓެމްބަރ 21, 2016

Hi There! We have developed simple and easy plugin for WordPress community with 
which you can lock your whole site with single PIN code. Its pretty handy to use
at the time of WordPress based website development or maintenance. Happy WordPressing!
🙂

 [ Read all 5 reviews ](https://wordpress.org/support/plugin/wp-secure-maintainance/reviews/)

## Contributors & Developers

“WP Secure Maintenance” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Saad Iqbal ](https://profiles.wordpress.org/saadiqbal/)
 *   [ WPExperts.io ](https://profiles.wordpress.org/wpexpertsio/)

“WP Secure Maintenance” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/wp-secure-maintainance/contributors)
for their contributions.

[Translate “WP Secure Maintenance” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-secure-maintainance)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-secure-maintainance/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-secure-maintainance/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-secure-maintainance/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-secure-maintainance/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.7

 * New – Improved Backend Interface
 * Fix – Minor Bug fixes

#### 1.6

 * Fixed logo not being removed when we delete it from attachment.

#### 1.5

 * Added Custom CSS field
 * Replaced carbon fields library with default wordpress settings api

#### 1.4.1

 * Added compatibility with WordPress 5.0.3

#### 1.4

 * Minor Bug Fixes and improvements

#### 1.3

 * Added compatibility with 4.9.2

#### 1.2

 * Add Carbon Fields.

#### 1.1

21/3/2016
 * Fixed Bugs issues in back-end Settings area.

#### 1.0

2/3/2016
 * Initial release.

## Meta

 *  Version **1.7**
 *  Last updated **2 years ago**
 *  Active installations **1,000+**
 *  WordPress version ** 5.2 or higher **
 *  Tested up to **6.5.8**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/wp-secure-maintainance/) and [Swedish](https://sv.wordpress.org/plugins/wp-secure-maintainance/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/wp-secure-maintainance)
 * Tags
 * [development](https://dv.wordpress.org/plugins/tags/development/)[maintenance](https://dv.wordpress.org/plugins/tags/maintenance/)
   [Site security](https://dv.wordpress.org/plugins/tags/site-security/)
 *  [Advanced View](https://dv.wordpress.org/plugins/wp-secure-maintainance/advanced/)

## Ratings

 3.6 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-secure-maintainance/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/wp-secure-maintainance/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-secure-maintainance/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-secure-maintainance/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/wp-secure-maintainance/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-secure-maintainance/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-secure-maintainance/reviews/)

## Contributors

 *   [ Saad Iqbal ](https://profiles.wordpress.org/saadiqbal/)
 *   [ WPExperts.io ](https://profiles.wordpress.org/wpexpertsio/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-secure-maintainance/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=pay@objects.ws&item_name=Donation%20For%20Plugin)