Cara Install Captcha di mediawiki: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
Created page with "==Menggunakan plugin Confirmedit== Download the snapshot for your version and extract it Create a folder in the extensions folder named ConfirmEdit Upload the files to the..."
(No difference)

Revision as of 22:37, 7 February 2023

Menggunakan plugin Confirmedit

Download the snapshot for your version and extract it
Create a folder in the extensions folder named ConfirmEdit
Upload the files to the extensions/ConfirmEdit/ folder
Edit LocalSettings.php in the root of your MediaWiki installation, and add the following lines near the bottom:

wfLoadExtensions([ 'ConfirmEdit', 'ConfirmEdit/QuestyCaptcha' ]);