Download the PHP package peerj/peerj-user-security-bundle without Composer
On this page you can find all versions of the php package peerj/peerj-user-security-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download peerj/peerj-user-security-bundle
More information about peerj/peerj-user-security-bundle
Files in peerj/peerj-user-security-bundle
Package peerj-user-security-bundle
Short Description Peerj User Security Bundle
License MIT
Homepage http://github.com/PeerJ/PeerjUserSecurityBundle
Informations about the package peerj-user-security-bundle
Peerj UserSecurityBundle README.
Notes:
This bundle is for the symfony framework and requires Symfony >=2.1 and PHP >=5.3.2
This project uses Doctrine >=2.1 and so does not require any specific database.
Available on:
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Description:
Use this bundle to mitigate brute force dictionary attacks on your sites login.
Features.
SecurityBundle Provides the following features:
- Prevent brute force attacks being carried out by limiting number of login attempts:
- When limit is reached, either turn a HTTP 500 status or redirect to a configurable route
- All limits are configurable.
- Routes to block are configurable.
- Route for account recovery page is configurable.
Documentation.
Documentation can be found in the Resources/doc/index.md
file in this bundle:
Installation.
All the installation instructions are located in documentation.
License.
This software is licensed under the MIT license. See the complete license file in the bundle:
Resources/meta/LICENSE
Reporting an issue or feature request.
Issues and feature requests are tracked in the Github issue tracker.