Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshuaestes/sfdoctrineguardextraplugin
- Owner: JoshuaEstes
- License: other
- Created: 2010-12-20T17:57:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-27T16:42:39.000Z (about 14 years ago)
- Last Synced: 2024-11-08T05:41:48.130Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 filesecurityExtra:
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'