aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/EventListener/CreateConfigListener.php
Commit message (Collapse)AuthorAgeFilesLines
* Add default value for list_modeJeremy Benoist2016-12-121-1/+7
|
* Create config even if user is disabledJeremy Benoist2016-10-041-4/+0
| | | | | When a user register itself AND the wallabag instance is configured to send a confirmation email, the user is disabled when the listener (which create the config) receive the event. There were a check (don't know why) if the user is enabled we create the config. But the user is disabled when confirmation email is actived.
* Create user config in one placeJeremy Benoist2016-09-301-0/+62
Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel