@saltcorn/captcha
v0.1.5
Published
Bot detection with Captchas
Downloads
22
Readme
captcha
Protect forms from bots. Uses svg-captcha underneath, other engines may be added in the future.
How to use
Install this module (captcha in the Saltcorn module store)
Create a field in the table where you want to protect row creation of the type
SvgCaptchaCertificate
.In the Edit view on this table, you must include the field with type
SvgCaptchaCertificate
twice:- Once with the fieldview
SvgCaptchaImage
: this will show the image and also include a hidden element with an encryption of the solution (using bcrypt) - Once with the
SvgCaptchaInput
fieldview: this is where the user will enter the text in the image
This was split into two fieldviews to give more flexibility to the form design.
- Once with the fieldview