Users can no longer be required to activate their account. They are always activated.

This commit is contained in:
James Cole
2016-12-28 16:55:53 +01:00
parent a3f1b72bac
commit 98d4bc48b6
4 changed files with 5 additions and 6 deletions

View File

@@ -41,7 +41,6 @@ class EventServiceProvider extends ServiceProvider
[
'FireflyIII\Handlers\Events\UserEventHandler@sendRegistrationMail',
'FireflyIII\Handlers\Events\UserEventHandler@attachUserRole',
'FireflyIII\Handlers\Events\UserEventHandler@sendConfirmationMessage',
],
'FireflyIII\Events\RequestedNewPassword' => [ // is a User related event.
'FireflyIII\Handlers\Events\UserEventHandler@sendNewPassword',