![]() Release status: beta |
|
---|---|
Implementation | User activity |
Description | Auto-locks the wiki database if the sysops are all inactive for some time |
Author(s) | Ryan Schmidt and Tim Laqua |
Latest version | 1.4.0 (2019-12-30) |
MediaWiki | 1.17+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | Download extension Git [?]: |
Parameters
|
|
Hooks used
|
|
Quarterly downloads | 8 (Ranked 162nd) |
Translate the AbsenteeLandlord extension if it is available at translatewiki.net | |
The AbsenteeLandlord extension will automatically lock the database from any further changes if a sysop has not been on the wiki recently (determined by $wgAbsenteeLandlordMaxDays
).
This helps prevent dead or inactive wikis from becoming spambot targets.
To unlock the database, a sysop simply needs to visit the wiki again.
Installation
- Download and place the file(s) in a directory called
AbsenteeLandlord
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
require_once "$IP/extensions/AbsenteeLandlord/AbsenteeLandlord.php";
file: - Configure at your convenience
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
By default this extension locks the database after 90 days without having an active sysop. If you would like to change this, e.g. to 60 days you will have to add the following line below the inclusion of this extension:
$wgAbsenteeLandlordMaxDays = 60;
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.