nodebb-plugin-captcha-configurable
Version:
anti spam using svg-captcha
39 lines (25 loc) • 2.12 kB
Markdown
# NodeBB Plugin - Captcha Configurable
A configurable captcha plugin for NodeBB that supports both SVG and Math captchas.
## Installation
```bash
npm install nodebb-plugin-captcha-configurable
```
## Features
* **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.
1. Go to **Extend -> Plugins** and activate the plugin.
2. 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
