Keyword

Validating new user registrations

  • Stanislav Okhvat
  • Stanislav Okhvat's Avatar Topic Author
  • Offline
  • New Member
More
3 years 6 months ago #177201 by Stanislav Okhvat
Validating new user registrations was created by Stanislav Okhvat
Hi everyone,

On my website, I use Kunena Forum to implement a forum. Kunena Forum uses the existing Joomla's user registration module for registration of forum users. Even though we enabled CAPTCHA for the forum user registration page, we get around 20+ daily new user registrations who are mostly spammers. It seems that these registrations are not from spambots, but real people, otherwise they would not be able to bypass the CAPTCHA. In k2_users table in the database, I can see that many of these come from a certain hostname or IP or have certain patterns in their email address, etc, so it would be simple enough to block them using server-side PHP code or client-side JS code, if I knew how to inject it into Joomla.

Is there some existing Joomla plugin to validate new user registrations (perhaps allowing to add regular expressions for user validation), or is there a way to write such plugin, without editing the core Joomla code?

Thank you!

Stanislav

Please Log in or Create an account to join the conversation.

More
3 years 6 months ago #177215 by JoomlaWorks
Replied by JoomlaWorks on topic Validating new user registrations
There should be some existing user plugin for that.

I actually built one a while ago for a custom project which checks your own list of flagged domains plus another list (from a web service) with disposable email domains. Coupled with some checks in the names of the email, the user's name etc. and you got a nice little user plugin to block most spammers. Tested and working for many years already.

I can package it and publish it here if you're interested.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Stanislav Okhvat
  • Stanislav Okhvat's Avatar Topic Author
  • Offline
  • New Member
More
3 years 6 months ago #177216 by Stanislav Okhvat
Replied by Stanislav Okhvat on topic Validating new user registrations
Hello Fotis,

Thanks for getting back to me about this! Yes, I am certainly interested. Let me know if there are any special conditions for use of this plugin, license fee, etc.

Best regards,
Stanislav

Please Log in or Create an account to join the conversation.

More
3 years 6 months ago #177223 by JoomlaWorks
Replied by JoomlaWorks on topic Validating new user registrations
Having thought about this for a while, I'll post a free version in the coming days and a commercial one with more features the weeks to come. I'll keep you posted once the free version is published (and you can always keep an eye on our social profiles).

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Stanislav Okhvat
  • Stanislav Okhvat's Avatar Topic Author
  • Offline
  • New Member
More
3 years 6 months ago #177225 by Stanislav Okhvat
Replied by Stanislav Okhvat on topic Validating new user registrations
Great! I will certainly be looking forward to this.

Best regards,
Stanislav

Please Log in or Create an account to join the conversation.

More
3 years 3 months ago #177880 by totcamping
Replied by totcamping on topic Validating new user registrations
I'm very interested in this plugin too.
Thanks

Please Log in or Create an account to join the conversation.

More
1 year 2 months ago #180726 by totcamping
Replied by totcamping on topic Validating new user registrations
No updates about this great idea?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum