nodebb-plugin-registration-verify

0.1.5 • Public • Published

nodebb-plugin-registration-verify

A plugin that requires visitors to fill in the verification code when registering. This is a test plugin, the function is not yet complete (no ajax check, no click-to-reload).

How to install?

npm i nodebb-plugin-registration-verify

Because Beta,you should do following to build node-canvas(!important)

  • First,install node-canvas dependences
OS Command
OS X brew install pkg-config cairo pango libpng jpeg giflib
Ubuntu sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
Fedora sudo yum install cairo cairo-devel cairomm-devel libjpeg-turbo-devel pango pango-devel pangomm pangomm-devel giflib-devel
Solaris pkgin install cairo pango pkg-config xproto renderproto kbproto xextproto
Windows Instructions on our wiki
  • Then , please run this script to finish node-canvas build
#build node-canvas && restart nodeBB 
cd ./node_modules/nodebb-plugin-registration-verify && npm i && cd ../../ && ./nodebb build && ./nodebb restart

Package Sidebar

Install

npm i nodebb-plugin-registration-verify

Weekly Downloads

2

Version

0.1.5

License

ISC

Last publish

Collaborators

  • a632079