DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:captcha

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:captcha [2016-07-08 15:17] 213.196.248.20plugin:captcha [2020-06-04 16:16] udzguru
Line 6: Line 6:
 email      : andi@splitbrain.org email      : andi@splitbrain.org
 type       : action, helper type       : action, helper
-lastupdate : 2016-07-06 +lastupdate : 2019-03-20 
-compatible : Elenor Of Tsort, Detritus, Binky, Ponder Stibbons, Hrun+compatible : Elenor Of Tsort, Detritus, Binky, Ponder Stibbons, Hrun, "Frusterick Manners", "Greebo", !Hogfather
 depends    :  depends    : 
 conflicts  conflicts 
Line 25: Line 25:
 ===== Download ===== ===== Download =====
  
-Download the plugin using the plugin manager or manually from the download link above. +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
 ==== Changes ==== ==== Changes ====
  
Line 34: Line 33:
 === Requirements === === Requirements ===
  
-  * Needs the gd image library, on Ubuntu use ''sudo apt-get install php5-gd''+  * Needs the gd image library, on Ubuntu for php 5 use ''sudo apt-get install php5-gd'', for php 7 use ''sudo apt-get install php7.0-gd''.
  
 ===== Configuration ===== ===== Configuration =====
Line 51: Line 50:
  
 The **audio** method improves the accessibility of the image CAPTCHA by adding a .wav download. The .wav file plays the letters of the CAPTCHA read in the [[wp>NATO phonetic alphabet]]. Please note, that because of the way how the wave file is generated it might be easier to automatically decode than the image. The **audio** method improves the accessibility of the image CAPTCHA by adding a .wav download. The .wav file plays the letters of the CAPTCHA read in the [[wp>NATO phonetic alphabet]]. Please note, that because of the way how the wave file is generated it might be easier to automatically decode than the image.
 +
 +The **svg** method works similar to the image method, but creates an inline SVG of the random letters. It should be much easier to read for humans. Until spammers catch up OCR'ing embedded SVG it should be relatively safe against automated solving. It has the same accessibility problems as the image method.
 +
 +The **svgaudio** method combines the svg method with the audio method, providing an alternative audio version next to the SVG image.
  
 The **figlet** method creates an ASCII art rendering of the text. It has very bad accessibility and is relatively easy to defeat by a script, but is funny to look at ;-) The **figlet** method creates an ASCII art rendering of the text. It has very bad accessibility and is relatively easy to defeat by a script, but is funny to look at ;-)
Line 87: Line 90:
 ===== FAQ ===== ===== FAQ =====
  
-==== It's installed but I see no CAPTCHA ====+==== It's installed but I see no CAPTCHA====
  
 Read the documentation again. The default settings **js** method uses a [[http://www.google.com/search?q=javascript+invisible+captcha|hidden CAPTCHA]]. There's nothing to see. Read the documentation again. The default settings **js** method uses a [[http://www.google.com/search?q=javascript+invisible+captcha|hidden CAPTCHA]]. There's nothing to see.
  
plugin/captcha.txt · Last modified: 2023-12-06 23:50 by andi

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki