[nodebb-plugin-newuser-approval] Plugin for admins to approve new users
-
This plugin allows NodeBB admins to approve new users. This is achieved by creating two new user groups, one for non-approved users and one for approved users and setting the category permissions accordingly. These two groups have to be specified in the plugin settings page of ACP for this to work.
Any new user is automatically added to non-approved users group upon registration. Admins can see a list of all new users in the ACP plugin settings page and then approve the users. Once the admin approves the new user, the user is then moved from non-approved group to approved group.
Installation
npm install nodebb-plugin-newuser-approval
GitHub - pichalite/nodebb-plugin-newuser-approval: A plugin for NodeBB to allow admins to approve new users.
A plugin for NodeBB to allow admins to approve new users. - pichalite/nodebb-plugin-newuser-approval
GitHub (github.com)
-
nice idea almost feel like it should have been core haha
-
agree that this should be a core feature.
However this plugin seems that it has a bug
Here's what i I found:
- First create a user tester1,
- Now tester1 is in the non-approved group, which is fine.
- However if I delete tester1 from the non-approved group , what happens is tester1 is now in the approved group
Please solve this problem if you can.
And thanks so much for making this amazing plugin! -
plugin updated for NodeBB v0.7.x
-
Nice, this will come in handy indeed!
-