0.5.1 • Published 5 years ago

nodebb-plugin-math-captcha-fix v0.5.1

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
5 years ago

nodebb-plugin-math-captcha-fix

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-fix