简体   繁体   中英

Email verification can not stop spam account?

I built a web site with ASP.NET MVC and use email verification on account registration. But I found email verification cannot stop spam accounts.

There are still lots of registered and confirmed account that are spam accounts.

Can these spam programs automatically go to confirm account with the link from email?

Try this example -

This is very basic tutorial explained how to create database and proper activation code.

http://www.9lessons.info/2013/11/php-email-verification-script.html

Yes, Email validation stops spam account. Nowadays most of the website using this to prevent spam account. As you are facing issue to stop spam with this then you can choose other methods also to block spam.

These are some of the best and simple tricks to stop spam account on your website:-

  1. Administration approval for new users:- This is the best method to prevent spam. Approval of users in your hand, if there is any fault then you can block them manually.

  2. CAPTCHA:- Another way to stop spam user registration.

  3. reCAPTCHA:- In reCAPTCHA, users need to click a checkbox, instead of solving math problems or questions answer.

  4. IP Address blocking:- As you know each computer has a unique id, which is IP address. When you find that IP Address is sending spam to your site, you can block them.

You can choose any one option to prevent spam and for better security of your website.

Sure, that can be done pretty easily. Why don't you use captcha, google seems to provide a free service. http://www.google.com/recaptcha/whyrecaptcha

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM