Added FAILED_LOGIN event
This commit is contained in:
Lorenzo Milesi
2020-02-05 21:34:39 +01:00
parent 554400d04a
commit a1c5c364e6
4 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@ On Controllers
- **SecurityController**
- **FormEvent::EVENT_BEFORE_LOGIN**: Occurs before a user logs into the system
- **FormEvent::EVENT_AFTER_LOGIN**: Occurs after a user logs into the system
- **FormEvent::EVENT_FAILED_LOGIN**: Occurs when user failed login
How to Work With Form Events
----------------------------