uniquelibs/fos-user-recaptcha-protection-bundle

A bundle to extend fos user by adding brute force protection, white -and blacklisting and recaptcha integration.

dev-master 2017-05-07 17:32 UTC

This package is not auto-updated.

Last update: 2024-05-17 17:42:35 UTC


README

The FOSUserRecaptchaProtectionBundle by UniqueLibs extends the fos user bundle to provide brute force protection, white -and blacklisting and recaptcha integration.

Features include:

  • FOS User Bundle 1.3.X Extension (2.0 currently not supported)
  • Fully Configurable
  • Brute force protection with failed login limits
  • White -and Blacklist ip addresses
  • IPv4 and IPv6 Support
  • Recaptcha integration on login, password reset and registration
  • Show recaptcha on login only after x failes
  • PHP 7.0 Support
  • Currently only Doctrine ORM Support

This Bundle is in alpha state and not ready for prod usage.

Documentation coming soon.

About

FOSUserRecaptchaProtectionBundle is a UniqueLibs initiative. See also the list of contributors.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.