Spam be gone plugin.
-
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. -
Ah yeah, good point.
-
hey gaiz, sorry still in Lebanon, slow connection.
anyways, im confused.
@psychobunny then people might have latest vanilla which only has regFormEntry and spam-be-gone sends in captcha in the latest published version. No captcha will show up in that case. When @bentael publishes latest version it should be fine.
spam-be-gone sends in the regFormEntry in its latest and it was already published 15 days ago. are u using 0.2.1 ?
I just tested [email protected] with [email protected] and it works fine
The only scenario where I think it might not show up is if you're using [email protected], nodebb 0.5.0-2 (which sends in
regFormEntry
) but an older version of vanilla, which uses still usescaptcha
in its template -
I suggest
rm -rf node_modules npm install npm install nodebb-plugin-spam-be-gone