Extension:UnCaptcha

Category:Pages to be expanded#UnCaptcha Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
UnCaptcha
Release status: unknownCategory:Extensions with invalid status
Author(s) Kunal Mehta (Legoktmtalk)
MediaWiki >= 1.29.0
License GNU General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 0
Translate the UnCaptcha extension if it is available at translatewiki.net
Category:All extensions

The UnCaptcha extension provides a simple CAPCTCHA consisting of a checkbox randomly saying either "I am a robot" or "I am not a robot". Its effectiveness is unknown.

Installation

  • Download and move the extracted UnCaptcha folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UnCaptcha
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UnCaptcha' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:All extensions Category:AuthChangeFormFields extensions Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions with invalid status Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Pages to be expanded