cakephp-captcha

Dead simple, unobtrusive and extendable captcha solution for CakePHP

MIT License

Downloads
31.1K
Stars
10
Committers
6
cakephp-captcha - 2.1.0 Latest Release

Published by dereuromark 3 months ago

Improvements

  • Added NullEngine to allow also hidden captchas or simple min/max time validation

Included commits: https://github.com/dereuromark/cakephp-captcha/compare/2.0.3...2.1.0

cakephp-captcha - 2.0.3

Published by dereuromark 9 months ago

cakephp-captcha - 2.0.2

Published by dereuromark 9 months ago

Fixes

Fixed plugin class name

cakephp-captcha - 2.0.1

Published by dereuromark 10 months ago

Fixes

  • Fix up blob for postgres
  • Fix up model detection
cakephp-captcha - 2.0.0

Published by dereuromark about 1 year ago

CakePHP 5 compatible release

Enjoy!

cakephp-captcha - 1.4.0

Published by dereuromark about 1 year ago

Improvements

Handle rate limit more gracefully.
It can now also be used to "throttle" user-based form usage, not just bot-based.

cakephp-captcha - 1.3.0

Published by dereuromark about 1 year ago

Improvements

Make configuration property name for Captcha.maxPerUser consistent as per docs.

cakephp-captcha - 1.2.1

Published by dereuromark almost 2 years ago

Fixes

Fixed touch() not throwing exception for simple Form usage.

cakephp-captcha - 1.2.0

Published by dereuromark about 2 years ago

Improvements

  • CakePHP 4.3+
cakephp-captcha - 1.1.2

Published by dereuromark over 2 years ago

Fixes

Fixed deprecation.

cakephp-captcha - 1.1.1

Published by dereuromark over 3 years ago

Fixes

FIxed honeypot of passive captcha to remain with content after posting.

cakephp-captcha - 1.1.0

Published by dereuromark almost 4 years ago

Improvements

  • Added logging for passive captchas.

Fixes

  • Fixed both active and passive to work together for normal forms and model-less forms.
  • Fixed component to autoload behavior also for plugin models.
cakephp-captcha - 1.0.1

Published by dereuromark about 4 years ago

Improvements

Allowed support for new core auth plugin and its Authentication component. The rendering action is now public by default.

cakephp-captcha - 1.0.0

Published by dereuromark over 4 years ago

CakePHP 4 stable release

Dead simple, unobtrusive and extendable captcha solution for CakePHP

What's in this plugin

  • Readable match captchas that will already do the trick without annoying "I can't read those letters".
  • Extendable interface approach to easily hook in your own engine.

What are the gotchas

  • Simplicity: Simple images, no fancy JS or alike.
  • Usability: Cross-tab safe (not session based as in overwriting each other per request).
  • Completely stand-alone plugin, no third party stuff involved/needed.
cakephp-captcha - 1.0.0-beta

Published by dereuromark almost 5 years ago

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

cakephp-captcha - 0.1.4

Published by dereuromark almost 5 years ago

Bugfixes

Fixed small regression. Debug output killed captcha images.

cakephp-captcha - 0.1.3

Published by dereuromark almost 5 years ago

Improvements

Add passive captcha functionality.

cakephp-captcha - 0.1.2

Published by dereuromark almost 6 years ago

Improvements

CakePHP 3.7+

cakephp-captcha - 0.1.1

Published by dereuromark over 6 years ago

Bugfixes

Disable browser autocomplete

cakephp-captcha - 0.1.0

Published by dereuromark about 7 years ago

Initial Pre-Release

Can't keep sth alpha forever ;) Lets do this.

  • Provides an extendable captcha engine.
  • Contains a basic image match captcha solution.