PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, January 25, 2022

[FIXED] How to implement captcha in CakePHP 2.0?

 January 25, 2022     cakephp, captcha, php     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing