Spam be gone plugin.
-
Yep, removed about 100 spam account registrations. Not a single post. They might just create accounts now..
conspiracy theory
...and then one day they start a massive spamming attack against all nodebb installations -
I can't seem to get this plugin working, I've installed it (I think, there were errors about it needing a version of nod ebb-lavander-theme and nodebb-vanilla-theme that it couldn't get on version 0.4.x, but it shows up in ACP after I editing packages.json) and I've added the API keys and enabled all the options. But nothing comes up on the regos page (Which is now broken completely) :(.
-
Yeah they still get through somehow, lol.
So for every 6 or 7 real people that sign up, I get 1 bot.We need to be able to block certain email addresses and certain usernames using wildcards. What do you guys think? Also in the ACP we should have the ability to search by email address for example
@sina.com
, and we should be able to mass purge all of those users.Perhaps post 0.5.5+
@hek said:
Yep, removed about 100 spam account registrations. Not a single post. They might just create accounts now..
conspiracy theory
...and then one day they start a massive spamming attack against all nodebb installationsThat sounds pretty evil. :rage1: ...but not likely, unless you don't have your account verifications settings checked in the ACP.
-
-
Glad you're thorough @a_5mith, we probably wouldn't have noticed for months
-
@psychobunny Once you've got an account, it's rare you go back to the Registration Process, but I needed a throwaway account on my site to test the blog commenting.
-
@a_5mith Okay, so I'm a bit confused -- is the plugin alright, or does it need updating?
It's possible that if spam-be-gone was updated to be 0.5.0 compatible, it would break compatibility with v0.4.3, which means forums on those versions would need to install a lower version of spam-be-gone...
-
Think I'll spend some time today on a Q&A plugin for the registration form. It's probably about time that one was built for NodeBB
-
okay, done: https://community.nodebb.org/topic/2187/question-and-answer-plugin-for-the-registration-form
EDIT: @julian
It's possible that if spam-be-gone was updated to be 0.5.0 compatible, it would break compatibility with v0.4.3,
I looked over his code, it should work with both before and after the change for captcha to regFormEntry
-
@psychobunny then people might have latest vanilla which only has
regFormEntry
and spam-be-gone sends incaptcha
in the latest published version. No captcha will show up in that case. When @bentael publishes latest version it should be fine.