=== HTTP Auth === Contributors: aliya-yasir, sasiddiqui Donate link: https://www.paypal.me/yasglobal Tags: Auth, http-auth, authentication, http authentication, brute attack, brute-force, restrict pages, restrict site, login, admin, crawler, crawl, locked Requires at least: 3.5 Tested up to: 4.9 Stable tag: 0.3 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Keeps you to secure your whole site on the development time and admin pages from the Brute attack. == Description == Enabling this plugin allows you to set up Http authentication on your site. You can easily set username and password for Http Authentication. This plugin helps: * Restricting crawler to crawl on your site while development. * Restrict admin pages after being your site Live. * Easy to activate or deactivate HTTP Auth without deactivating plugin. === Thanks for the Support === The support from the users that love HTTP Auth is huge. You can support HTTP Auth future development and help to make it even better by donating or even giving a 5 star rating with a nice message to me :) [Donate to HTTP Auth](https://www.paypal.me/yasglobal) === Bug reports === Bug reports for HTTP Auth are [welcomed on GitHub](https://github.com/yasglobal/http-auth). Please note GitHub is not a support forum, and issues that aren't properly qualified as bugs will be closed. == Installation == This process defines you the steps to follow either you are installing through WordPress or Manually from FTP. **From within WordPress** 1. Visit 'Plugins > Add New' 2. Search for HTTP Auth 3. Activate HTTP Auth from your Plugins page. 4. Go to "after activation" below. **Manually** 1. Upload the `http-auth` folder to the `/wp-content/plugins/` directory 2. Activate HTTP Auth through the 'Plugins' menu in WordPress 3. Go to "after activation" below. **After activation** 1. Go to the plugin settings page and set up the plugin for your site. 2. You're done! == Changelog == = 0.3 = * Enhancements * Added Apache (PHP CGI) Compatibility * Added Translation Capability * Optimize Query to make better performance * Fixed PHP Notices = 0.2.1 = * Fixed the security issues which may cause error when called directly = 0.2 = * Add OOPS Concept to make the performance better = 0.1 = * First release on wordpress.org