Skip to content

Prevents users from creating user pages unless they have a specified number of edits.

License

Notifications You must be signed in to change notification settings

DerfJagged/MediaWiki-RestrictUserPageCreation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestrictUserPageCreation

A MediaWiki extension that prevents users from creating a User Page unless they have submitted a required number of edits to the wiki. If Moderation is installed, only approved edits are counted.

Installation

Requires Mediawiki 1.35 or higher. Add the following to LocalSettings.php:

wfLoadExtension( "RestrictUserPageCreation" );

Configuration

Add the following setting to LocalSettings.php with the desired threshold. By default, the threshold is set to 2.

$wgRestrictUserPageCreationEditThreshold = 2;

About

Prevents users from creating user pages unless they have a specified number of edits.

Resources

License

Stars

Watchers

Forks

Languages