aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/EventListener/PasswordResettingListener.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* 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.