Best way for registration which prevents anti automation

On my webservice, I have a registration form where the user can register with email address, username and password. For anti-automation, I send a confirmation-link to the email address.

This is how most of the webservices do it. But I´m thinking to go away from that email mechanism and simply use a captcha instead to prevent automated registrations.

What are the pros / cons of these two approaches regarding security and usability? And are there other mechanisms for that?


电子邮件确认可以轻松实现自动化,更重要的是确保它是用户可以访问的真实地址(尽管不能保证)。

链接地址: http://www.djcxy.com/p/92910.html

上一篇: gigya在用户名时更改电子邮件地址

下一篇: 防止反自动化的最佳注册方式