A NodeBB plugin to lockdown the forum to non-registered users.
npm install nodebb-plugin-private-forumNote: I finally found discourse as a better solution to suite my needs. As a results there is no active dev on this project, but pull requests are welcome!
This module allows to lock the forum to anyone that did not have an account.
Be aware:
- No pages will be publicly accessible
- Web crawlers and bots (like google) will not be able to index the forum (except the login and register page)
- If you are using the plugin nodebb-plugin-custom-homepage and have created a custom welcome page on /, this page will be visible after a user registered itself, even if an administrator did not approve him
Note: I finally found discourse as a better solution to suite my needs. As a results there is no active dev on this project, but pull requests are welcome!
Via npm:
```
npm install nodebb-plugin-private-forum
Or via the NodeBB plugin page.