HOW TO: Enable CAPTCHA on Logins
Dec
29
Written by:
12/29/2008
What is CAPTCHA?
CAPTCHA stands for "Completely Automated Public Turing test to tell Computers and Humans Apart". It is a technology that attempts to sort out the people from the programs.
This is necessary, because there are many malicious programmers out there that write programs to automatically submit forms, including logins, to circumvent security measures, gather logins, deface websites, steal data, and much more. What CAPTCHA does is place an image on the web page, and asks the visitor to type the letters and numbers into a textbox to verify that they are human. The thought is that a computer program would not be able to decipher the characters from the rest of the image, thereby identifying the visitor as human.
On a DotNetNuke website, the CAPTCHA challenge might look something like this:

How to Enable CAPTCHA on DotNetNuke Logins
In order to enable CAPTCHA to protect your login form, you need to first login as an Admin for the website. At this time, CAPTCHA must be enabled individually for each portal on a DNN installation. Once logged in, choose "Authentication" from the Admin menu.

In the Authentication module, you should immediate see the option to check to enable CAPTCHA for your website. Simply check the checkbox, click the Update link. Your work is done. Log off and test it out!

Technorati Tags:
DNN, DotNetNuke, DNN Blog, How To, Administration, 4.09.01, 5.00.00
Copyright ©2008 Will Strohl
4 comment(s) so far...
Re: HOW TO: Enable CAPTCHA on Logins
Thanks for the tip ... was looking for that!
By John on
12/30/2008
|
Re: HOW TO: Enable CAPTCHA on Logins
My pleasure. If you would like any other tips, let me know and I will post an entry about it.
By Will on
12/30/2008
|
Re: HOW TO: Enable CAPTCHA on Logins
hi, I am using verified registration, this sends an verification code that is understandable, what if i want to encrypt it. and then send it in mail. as we all know the verification code format(portalid-userid)
By saboor on
2/4/2011
|
Re: HOW TO: Enable CAPTCHA on Logins
@saboor: I would suggest using a different registration extension for those instances. An example would be Dynamic Registration.
By Will on
2/4/2011
|