bloom-ux / wp-basic-authentication
Enable HTTP basic authentication for a WordPress site
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-12-22 18:49:21 UTC
README
=== WP Basic Authentication === Contributors: nutttaro Donate link: https://www.paypal.com/paypalme/nutttaro Tags: basic-authentication, authentication, htpasswd, password-protected, protected, password, k8s, kubernetes, docker Requires at least: 4.7 Tested up to: 6.1.1 Requires PHP: 7.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Basic Authentication for protected your development WordPress site like .htpasswd == Description == WP Basic Authentication is a plugin for protected your development WordPress site like .htpasswd and support Docker and Kubernetes (K8s) Features: * Easy for setting Basic Authentication * Basic Authentication works like .htpasswd * Protected development website or demo website without .htpasswd * Support Docker and Kubernetes (K8s) * The plugin is lightweight. == Installation == 1. Upload `wp-basic-authentication.zip` to the install plugin page 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to *Authentication* in the left-hand menu to start setting the plugin == Frequently Asked Questions == = How to setting the plugin? = Go to *Authentication* in the left-hand menu to start setting the plugin = How to disable Authentication if I forgot the credentials = Rename or delete 'wp-basic-authentication' directory in plugins directory via FTP or commend line == Screenshots == 1. Basic Authentication dialog 1. Screenshot of the menu page for Featured Posts Setting page. == Changelog == = 1.0.2 = * Tested up to WordPress 6.1.1 * Add Tip me on ko-fi = 1.0.1 = * Tested up to WordPress 5.8.1 = 1.0.0 = * Initial Release