mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Admin view will show some IP addresses.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
@@ -62,6 +62,10 @@ class EventServiceProvider extends ServiceProvider
|
||||
'FireflyIII\Handlers\Events\SendRegistrationMail',
|
||||
'FireflyIII\Handlers\Events\AttachUserRole',
|
||||
'FireflyIII\Handlers\Events\UserConfirmation@sendConfirmation',
|
||||
'FireflyIII\Handlers\Events\UserSaveIpAddress@saveFromRegistration',
|
||||
],
|
||||
'FireflyIII\Events\UserIsConfirmed' => [
|
||||
'FireflyIII\Handlers\Events\UserSaveIpAddress@saveFromConfirmation',
|
||||
],
|
||||
'FireflyIII\Events\ResendConfirmation' => [
|
||||
'FireflyIII\Handlers\Events\UserConfirmation@resendConfirmation',
|
||||
|
Reference in New Issue
Block a user