By keyguy on
Hi!
My Drupal based site has been configured to send an email to the user who just registered with the site. Now a days it seems several people try to register with invalid emails and the user registration welcome emails bounce back to my admin account.
Can Drupal be hacked to have a script doing the automatic registration with invalid emails?
1. How can I stop the generation of user registration welcome email?
2. How can I make Drupal hack proof so that automatic script is no creating the user account? I want to achieve that without having "email verification for the account registration".
Thanks,
Keyguy
Comments
There are different ways of
There are different ways of approaching this problem. If it is just a nuisance, and not affecting your site, you might just want to grin and bear it.
It might actually go away, or it might become unbearable.
You might try a captcha.
http://drupal.org/project/captcha
http://drupal.org/project/captcha_pack
the
the http://drupal.org/project/captcha module works pretty well depending on which of the mechanisms you choose, there's also other options listed on the captcha project page.
===
"Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime." -- Lao Tzu
"God helps those who help themselves." -- Benjamin Franklin
"Search is your best friend." -- Worldfallz
I use reCaptcha
You'll need to have captcha install and the you can setup reCaptcha.
Go to http://www.recaptcha.net and create a profile and add your domain. Once you generate your keys you can then setup the reCaptcha module in Drupal http://drupal.org/project/recaptcha. Make sure to read the instructions because you'll need to download the class file.
Have fun.