nodebb-plugin-math-captcha
Version:
Adds a simple mathematical problem to the registration process.
20 lines • 748 B
JSON
{
"id": "nodebb-plugin-math-captcha",
"name": "NodeBB Ban Privileges",
"description": "Give account ban privilieges to a group.",
"url": "https://gitlab.com/cppnet/nodebb/nodebb-plugin-math-captcha",
"library": "./src/library.js",
"hooks": [
{ "hook": "static:app.load", "method": "init" },
{ "hook": "filter:admin.header.build", "method": "addAdminNavigation" },
{ "hook": "filter:register.build", "method": "addCaptcha" },
{ "hook": "filter:register.check", "method": "checkRegistration" },
{ "hook": "action:nodebb-plugin-prometheus.init", "method": "initPrometheus" }
],
"scripts": [
"./public/js/main.js"
],
"languages": "./languages",
"defaultLang": "en-GB",
"templates": "./public/templates"
}