Difference between revisions of "Extensions:Captcha"
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 | + | 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. |
| − | <code>composer update</code> | ||
| − | or equivalent after pulling the branch. | ||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
Revision as of 07:34, 11 June 2020
| 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. Composer.json has already been updated to include this, so you can just run composer update or equivalent after pulling the branch.