php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56895 Add CAPTCHA to new bug form
Submitted: 2006-03-17 13:43 UTC Modified: 2006-10-18 15:18 UTC
From: olivier at samalyse dot com Assigned: davidc (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 - 22 = ?
Subscribe to this entry?

 
 [2006-03-17 13:43 UTC] olivier at samalyse dot com
Description:
------------
To prevent spam bugs (spugs? ;-) posted through the "Report new bug" form such as : 
http://pear.php.net/bugs/bug.php?id=7087

there is a need for a CAPTCHA mechanism as on the "add comment" bug form.

However, bertrand Gugger mentioned on pear-dev a problem with PEAR's CAPTCHA images and screen readers : 
http://beeblex.com/lists/index.php/php.pear.webmaster/4901?s=l%3Aphp.pear.webmaster
(looks like the "add comment" captcha is non-screen-reader-compliant in this regard. Neither is the "Request account" one...)

What about a non-graphical CAPTCHA as experimented in Phorum :
http://www.phorum.org/phorum5/read.php?16,54054
?

Hummm... not an easy one ;-)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-17 13:57 UTC] olivierg@php.net
Maybe better:  audio captcha. There's a PHP library for this ...

Visual and audio CAPTCHA generation class :
http://www.ejeliot.com/pages/2

And very good informations there :
http://en.wikipedia.org/wiki/Captcha
http://en.wikipedia.org/wiki/Captcha#PHP
 [2006-03-17 14:29 UTC] toggg@php.net
I tend to believe an alternative way would be to request a mail confirmation, as when you subscribe to a list.
 [2006-03-17 15:02 UTC] pajoye@php.net
I will add a non visual captcha (plain text, readable) while changing the other captchas.
 [2006-10-18 15:18 UTC] davidc@php.net
Added new numeral captcha, see public_html/bugs/include/NumeralCaptcha.php for more details.

Thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 01:01:30 2024 UTC