nodebb-plugin-captcha-configurable
v0.0.1
Published
anti spam using svg-captcha
Maintainers
Readme
NodeBB Plugin - Captcha Configurable
A configurable captcha plugin for NodeBB that supports both SVG and Math captchas.
Installation
npm install nodebb-plugin-captcha-configurableFeatures
- Two Captcha Modes: Choose between a visual SVG captcha or a simple math question.
- Configurable: Customize the captcha to match your forum's theme.
- Login and Registration Protection: Adds a captcha to the login and registration pages to prevent spam.
Configuration
You can configure the plugin from the NodeBB admin panel.
- Go to Extend -> Plugins and activate the plugin.
- Go to Installed Plugins -> Captcha Configurable to access the settings.
SVG Captcha
- Enable SVG Captcha: Select this option to use a visual captcha with distorted characters.
- Background Color: Choose a background color for the captcha image to match your theme.
Math Captcha
- Enable Math Captcha: Select this option to use a simple math problem as the captcha.
- Background Color: Choose a background color for the captcha image.
- Min Number: The minimum number to be used in the math problem.
- Max Number: The maximum number to be used in the math problem.
- Operator: The math operator to be used (e.g.,
+,-).
Screenshots

