Difference between revisions of "Extensions:Captcha"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 7: | Line 7: | ||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
− | + | a | |
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> |
Revision as of 06:40, 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.
Configuration
a