New events and their handlers for user activation and other things.

This commit is contained in:
James Cole
2016-03-29 11:55:25 +02:00
parent 08b8bd27f9
commit 3adccff611
4 changed files with 147 additions and 2 deletions

View File

@@ -47,6 +47,10 @@ class EventServiceProvider extends ServiceProvider
'FireflyIII\Events\UserRegistration' => [
'FireflyIII\Handlers\Events\SendRegistrationMail',
'FireflyIII\Handlers\Events\AttachUserRole',
'FireflyIII\Handlers\Events\UserConfirmation@sendConfirmation',
],
'FireflyIII\Events\ResendConfirmation' => [
'FireflyIII\Handlers\Events\UserConfirmation@resendConfirmation',
],
];