Tuesday, January 25, 2022

[FIXED] How to implement captcha in CakePHP 2.0?

Issue

I've found two plugins in CakePHP using recaptcha, but they are outdated. How can I use captcha in CakePHP? I don't believe I have to write my own one.


Solution

A simple math captcha solution: http://www.dereuromark.de/2010/08/09/how-to-implement-captchas-properly/

Many handicapped persons favor such an approach since they cannot read those image captchas. and even normal people like you and me often fail hard on those image things.

The 2.0 files are in https://github.com/dereuromark/tools



Answered By - mark

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.