• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

how to get security code in signup page?

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

i want one field in my signup form for security.it is like enter the security code in gmail/yahoo signup form.i didnt have any idea.

Can anyone give some idea inorder to do this?

Thank you,
Regards,
Sreelakshmi.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The technical term for this type of control is "CAPTCHA" (An acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart"). Just Google "Java CAPTCHA" and you'll get tons of information on it. There are several open source as well as commercial CAPTCHA tools out there.
 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could take a look at reCAPTCHA, it's a Carnegie Mellon University project that helps digitize old books as a side-effect. It's a web service though.
 
reply
    Bookmark Topic Watch Topic
  • New Topic