I have a website that requires users to register to post content to the site (news, articles, messages, etc). If I were to use OpenId instead of my own registration/login system, would that help keep spam bots away?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on the quality of your home grown registration system vs. the quality of ANY openid provider you allow.
In other words: if your user registration requires email verification & captcha, but if some of the openid providers dont; the answer is no. Meaning, if your registration system uses all the typical spam bot protection of email, captcha, javascript checks, etc, you are better off just using your own as far as thwarting spam bots goes.
That said, most of the openid providers are pretty good at user verification (from my experience).
In considering using openid, the motivation should be more towards making it easier for users to enroll and use your system, and less towards spam bot protection.