Is it possible to add an composer button to att this
|==========>
Rating:
Count:
First:
Last:
Comment:
<==========|
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.
npm install nodebb-plugin-newuser-approval
nice idea almost feel like it should have been core haha
agree that this should be a core feature.
Here's what i I found:
Please solve this problem if you can.
And thanks so much for making this amazing plugin!
@torizhao What group are you using for "Approved users group" in the plugin settings page?
plugin updated for NodeBB v0.7.x
Nice, this will come in handy indeed!
Maybe a bug: Setting the two groups. Save. Go to another Panel. Come back to newuser-approval-Panel. And the groups are empty again.
@Hägar Should be fixed now. update to latest version of the plugin.