[Catalyst] Catalyst::Plugin::Captcha example ...

2009-06-17 Thread Kiffin Gish
Is there some example code out there using the Captcha plugin so I could
learn a bit better how to use it?

-  
Kiffin Gish kiffin.g...@planet.nl
Gouda, The Netherlands




___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst::Plugin::Captcha example ...

2009-06-17 Thread Kieren Diment


On 17/06/2009, at 7:52 PM, Kiffin Gish wrote:

Is there some example code out there using the Captcha plugin so I  
could

learn a bit better how to use it?




Use Catalyst::Controller::reCAPTCHA instead.  It's better in quite a  
few ways.


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst::Plugin::Captcha example ...

2009-06-17 Thread Octavian Rasnita

From: Kieren Diment kie...@diment.org


On 17/06/2009, at 7:52 PM, Kiffin Gish wrote:

Is there some example code out there using the Captcha plugin so I  
could

learn a bit better how to use it?




Use Catalyst::Controller::reCAPTCHA instead.  It's better in quite a  
few ways.




Catalyst::Controller::reCAPTCHA++

Octavian


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst::Plugin::Captcha

2009-03-17 Thread Toby Corkindale

Emmanuel Quevillon wrote:

Octavian Râsnita wrote:

From: Emmanuel Quevillon t...@pasteur.fr



Better use Catalyst::Controller::HTML::FormFu. You can easy add
reCAPTCHA with it.

reCAPTCHA also creates an audio file so more human beeings would be able
to pass it.


Sure, but reCAPTCHA needs that you regsiter to get an api key from
their web site. I wanted to use C::P::Captcha because it does not
require that kind of thing.


I'm guessing it's a font issue; I think it uses, erm, either GD or 
ImageMagick to generate the image. Try forcing it to use the other 
library from whatever it's using now?



Check that you can manually create an image with GD/IM in the same way.. 
I'd guess that something has gone wrong though, and its falling back to 
some kind of default-size / unscaleable font.




Toby

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] Catalyst::Plugin::Captcha

2009-03-10 Thread Emmanuel Quevillon
Hi list,

I am trying to use C::P::Captcha. It woks like a charm generating
the captcha.
However, the text generated in the png/jpeg captcha image is so tiny
that I can't even decode it as a human being.
I checked the doc and also the one from GD::SecurityImage from where
the plugin is derived from
but I've been unable to find an option to control the text size
inside the image.
Has anybody a hint or clue?

Thanks in advance

Manu
-- 
-
Emmanuel Quevillon
Biological Software and Databases Group
Institut Pasteur
+33 1 44 38 95 98
tuco at_ pasteur dot fr
-

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst::Plugin::Captcha

2009-03-10 Thread Octavian Râsnita

From: Emmanuel Quevillon t...@pasteur.fr

Hi list,

I am trying to use C::P::Captcha. It woks like a charm generating
the captcha.
However, the text generated in the png/jpeg captcha image is so tiny
that I can't even decode it as a human being.


Better use Catalyst::Controller::HTML::FormFu. You can easy add reCAPTCHA 
with it.


reCAPTCHA also creates an audio file so more human beeings would be able to 
pass it.


Catalyst::Plugin::Captcha considers the blind users that use a screen reader 
as beeing non human.


Octavian 



___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] Catalyst::Plugin::Captcha

2009-03-10 Thread Emmanuel Quevillon
Octavian Râsnita wrote:
 From: Emmanuel Quevillon t...@pasteur.fr

 Better use Catalyst::Controller::HTML::FormFu. You can easy add
 reCAPTCHA with it.
 
 reCAPTCHA also creates an audio file so more human beeings would be able
 to pass it.

Sure, but reCAPTCHA needs that you regsiter to get an api key from
their web site. I wanted to use C::P::Captcha because it does not
require that kind of thing.


-- 
-
Emmanuel Quevillon
Biological Software and Databases Group
Institut Pasteur
+33 1 44 38 95 98
tuco at_ pasteur dot fr
-

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/