-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
43 lines (28 loc) · 1.72 KB
/
readme.txt
File metadata and controls
43 lines (28 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== Pressable Basic Authentication ===
Contributors: pressable
Tags: pressable, basic auth, authentication, security
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.1
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
The Pressable Basic Authentication plugin enforces HTTP Basic Authentication across your WordPress site, requiring users to authenticate before accessing any page. This is particularly useful for development environments, ensuring that only authorized users can view or interact with the site during development or testing phases.
== FEATURES ==
* Enforces HTTP Basic Authentication on all front-end and back-end pages.
* Installed on sites to restrict public access.
* Allows super administrators to bypass authentication for seamless management.
* Integrates with WordPress's authentication system for user verification.
* Provides a mechanism to log out of Basic Authentication sessions.
== Frequently Asked Questions ==
= How do I use this plugin? =
No manual configuration is required. When accessing a protected site, you'll be prompted to enter your WordPress credentials.
= Can I disable Basic Authentication on my site? =
Basic Authentication is enforced on sites to protect your site during development. To remove this protection, you can promote your site to a live environment through the MyPressable Control Panel.
= What credentials should I use to authenticate? =
Use your WordPress username and password associated with the site. Ensure that your user account has the necessary permissions to access the site.
== Installation ==
No manual installation is necessary.
== Screenshots ==
* Initial release