Difference between revisions of "Extensions:Captcha"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 4: Line 4:
 
== Installation ==
 
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
This makes use of the {{github|user=anhskohbo|repo=No-Captcha}} library. Composer.json has already been updated to include this, so you can just run <code>composer update</code> or equivalent after pulling the branch.
+
This makes use of the {{github|user=anhskohbo|repo=No-Captcha}} library.
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->

Revision as of 07:35, 11 June 2020

Captcha
Description Adds a captcha to the registration page.
Author(s) Mercury
Status Stable WIP
Github Captcha
LK Version Unspecified
Uses a Package


This adds a captcha to the registration page. It's not entirely finished; the error messages are not correctly hooked up. It does, however, work-- allowing registrations that satisfy the captcha and disallowing those that do not. And in the meantime, it spits out a rough but descriptive enough error. Given that it was done out of necessity, it did the trick.

Installation

This makes use of the anhskohbo/No-Captcha

library.

Configuration

Usage

Troubleshooting

See Also