-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
34 lines (25 loc) · 1.09 KB
/
readme.txt
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
=== WP Logged-in Only Basic ===
Contributors: alignwebs
Tags: authentication, protect, login, password, user, redirect, simple
Requires at least: 3.0.1
Requires PHP: 5.3
Tested up to: 5.3
Stable tag: 2.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A Plugin to lock down the whole site to prevent public access.
== Description ==
Only logged-in users can view the frontend or backend if this plugin is activated. The password reset process on wp-login keeps on working.
* No options/settings
* No by-pass
== Compatibility ==
* WooCommerce
== Usage as MU-Plugin ==
This plugin is very simple and can also be used as a must-use plugin. That way no admin of a website can deactivate the plugin, making sure the requirement of just authenticated users is ensured.
! No automatic updates are made for mu plugins
== Installation ==
1. Upload `wp-logged-in-only-basic` folder to the `wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Your site is locked down to the public.
= 1.0.0 =
* initial commit