Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodebb-plugin-math-captcha

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-math-captcha

Adds a simple mathematical problem to the registration process.

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

nodebb-plugin-math-captcha

nodebb compatibility

This plugin adds a captcha to the registration process for new users to solve. It displays a simple calculation that the users has to enter in an input box. The question is retrieved via web sockets. Initially a honeypot calculation before the web socket calculation is downloaded will be presented.

This is probably not a good captcha for frequently visited websites. Consider using other captcha solutions like nodebb-plugin-spam-be-gone. The math captcha might be more user friendly but provides less security against spam bots.

If the nodebb-plugin-prometheus plugin is installed and activated, this plugin will deliver additional metrics.

NameTypeLabelsHelp
nodebb_plugin_math_captcha_created_totalcounterTotal created captcha
nodebb_plugin_math_captcha_submitted_totalcountersolutionTotal submitted captcha (solution is either correct, invalid_session, not_a_number, wrong, honeypot or empty)

Repository: https://gitlab.com/cppnet/nodebb/nodebb-plugin-math-captcha

Keywords

FAQs

Package last updated on 28 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc