aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/EventListener
Commit message (Collapse)AuthorAgeFilesLines
* CSJeremy Benoist2016-01-221-2/+2
|
* Use FOSUserEvents instead of c/p a controllerJeremy Benoist2016-01-211-0/+41
The `resetAction` was overriden to redirect user to the homepage instead of `fos_user_profile_show`. Instead of copying the whole method we can simply use FOSUserEvents to handle that.