Changeset 2117550
- Timestamp:
- 07/04/2019 12:52:39 PM (7 years ago)
- Location:
- simple-user-locking
- Files:
-
- 15 added
- 2 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
tags/1.0.1 (added)
-
tags/1.0.1/LockMeta.php (added)
-
tags/1.0.1/Primitive.php (added)
-
tags/1.0.1/admin.php (added)
-
tags/1.0.1/css (added)
-
tags/1.0.1/css/admin.css (added)
-
tags/1.0.1/helpers.php (added)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/admin.js (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/simple-user-locking.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simple-user-locking.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-user-locking/trunk/readme.txt
r2117534 r2117550 1 1 === Simple User Locking === 2 Plugin Name: Simple User Locking 2 3 Contributors: blackbam 3 4 Tags: authentication, user, locking, control, security, moderation, administrator, network, multisite 5 Stable tag: 1.0.1 4 6 Requires at least: 5.0 5 7 Tested up to: 5.2.1 … … 8 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 11 10 Prevent users (like e.g. ex-employees, rule breakers or spamers) from logging into your WordPress installation for a certain timeframe or permanently. 11 With multisite support. 12 Prevent users (like e.g. ex-employees, rule breakers or spamers) from logging into your WordPress installation for a certain timeframe or permanently. With multisite support. 12 13 13 14 14 15 == Description == 15 16 16 Prevent users from logging into your WordPress installation for a certain timeframe or permanently. 17 Works also great with the multisite user management area. 17 Prevent users from logging into your WordPress installation for a certain timeframe or permanently. Works also great with the multisite user management area. 18 18 19 19 The locked users are easily manageable within the users overview page. The settings are within the user edit pages. … … 26 26 27 27 Use cases: 28 *you do not want to delete a user, but you want to make sure he can not access the site (at least for a certain timeframe)29 *an employee leaves your company and access should be removed, but you want to keep his user as an author in the system30 *you want to punish a certain user which did bad things for a certain timeframe31 *you want only few persons to have access to your WordPress site in order to minimize risk of incidents32 *... or maybe some other use case28 * you do not want to delete a user, but you want to make sure he can not access the site (at least for a certain timeframe) 29 * an employee leaves your company and access should be removed, but you want to keep his user as an author in the system 30 * you want to punish a certain user which did bad things for a certain timeframe 31 * you want only few persons to have access to your WordPress site in order to minimize risk of incidents 32 * ... or maybe some other use case 33 33 34 34 == Installation == -
simple-user-locking/trunk/simple-user-locking.php
r2117534 r2117550 5 5 * Requires at least: 4.9 6 6 * Requires PHP: 7.0 7 * Stable tag: 1.0 8 * Version: 1.0 7 * Stable tag: 1.0.1 8 * Version: 1.0.1 9 9 * Plugin URI: https://www.blackbam.at/ 10 10 * Description: Prevent users (like e.g. ex-employees, rule breakers or spamers) from logging into your WordPress installation for a certain timeframe or permanently. With advanced multisite support. … … 17 17 */ 18 18 19 define('SULOCK_VERSION', 8);19 define('SULOCK_VERSION',9); 20 20 define('SULOCK_TEXTDOMAIN','sulock'); 21 21
Note: See TracChangeset
for help on using the changeset viewer.