]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Create config even if user is disabled
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 4 Oct 2016 08:42:45 +0000 (10:42 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 4 Oct 2016 08:42:46 +0000 (10:42 +0200)
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.


No differences found