Peerj UserSecurityBundle README.
Notes:
This bundle is for the symfony framework and requires Symfony >=2.1 and PHP >=5.3.2, (*1)
This project uses Doctrine >=2.1 and so does not require any specific database., (*2)
Available on:
* Github
* Packagist, (*3)
For the full copyright and license information, please view the LICENSE file that was distributed with this source code., (*4)
Description:
Use this bundle to mitigate brute force dictionary attacks on your sites login., (*5)
Features.
SecurityBundle Provides the following features:, (*6)
- 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:, (*7)
Read the Documentation., (*8)
Installation.
All the installation instructions are located in documentation., (*9)
License.
This software is licensed under the MIT license. See the complete license file in the bundle:, (*10)
Resources/meta/LICENSE
Read the License., (*11)
Reporting an issue or feature request.
Issues and feature requests are tracked in the Github issue tracker., (*12)