wallabag/src/Wallabag/UserBundle
Jeremy Benoist 755ff9e835
Create config even if user is disabled
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.
2016-10-04 10:42:46 +02:00
..
Controller Add users management UI 2016-10-02 11:08:53 +02:00
DataFixtures/ORM Quickstart for beginners 2016-01-15 15:01:30 +01:00
DependencyInjection Add option to disable registration 2016-08-23 07:40:36 +02:00
Entity Add users management UI 2016-10-02 11:08:53 +02:00
EventListener Create config even if user is disabled 2016-10-04 10:42:46 +02:00
Form Add users management UI 2016-10-02 11:08:53 +02:00
Mailer Convert array + phpDoc 2016-04-12 12:25:29 +02:00
Repository Add a command to automatically tag all entries for a user 2015-11-11 16:27:19 +01:00
Resources Disabled delete button for the logged user 2016-10-02 13:29:57 +02:00
WallabagUserBundle.php move some files to UserBundle 2015-10-03 13:31:48 +02:00