Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshuaestes/sfdoctrineguardextraplugin

Adds more security features to the sfDoctrineGuardPlugin
https://github.com/joshuaestes/sfdoctrineguardextraplugin

Last synced: 1 day ago
JSON representation

Adds more security features to the sfDoctrineGuardPlugin

Awesome Lists containing this project

README

        

sfDoctrineGuardExtraPlugin

-= Features =-
* Limits the number of unsuccessful sign-on attempts
* Forces password change
* Restricts the number of passwords that users cannot reuse
* Expires password after a number of days
* Send email before password expires
* Once password expires the user becomes inactive
* User report screen

-= Installation =-
* add the following to you filters.yml file

securityExtra:
class: sfGuardSecurityExtraFilter

* You will need to extend the current sfGuardAuth module to override the signin
action. You need to make sure the if the form is not valid that it notifies
the dispatcher of the event 'user.failed_authentication'