Hi,I'm new to nodeBB and I was trying to develop on Intellij.
I simply add Configuration for Grunt using the default Grunt.js in the nodeBB folder.
But I noticed something was different between running Grunt and running "nodebb --dev start".
I wrote an empty plugin using "nodebb-plugin-quickstart". It works normal on "nodebb-dev-start".
But,when I use Grunt to run it,it says "warn: [upgrade/appendPluginScripts] Unable to read plugin.json for plugin nodebb-plugin-fr-exam. Skipping." And all the sudden,the empty plugin I modified doesn't work anymore.No settings on ACP , no consoles on pages(I modified from nodebb-plugin-quickstart).
What exactly did I do wrong?
I'm pretty sure the dev group is using Grunt since the building process is annoying.There's no reason I can't use Grunt ,right?Please help.
Is there a way to ban an e-mail address or pattern?
-
I'm searching for a possibility to ban the registration with a specific e-mail address or even better would be to ban specific patterns of e-mail addresses. Is this possible with NodeBB? I'm unable to find anything. If not are there any known plugins that can achieve this? So far I wasn't able to find anything.
Thank you in advance!
-
@Dravere Do you mean like a "e-mail blacklist"? I think there is nothing like that yet.
But that would give a great new feature. And I think it's not hard to be implemented in NodeBB because there is already a blacklist for IPs.