From e380a165a43deb5e4e706e2c0260eb8fba1e809e Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Mon, 17 Jun 2024 14:29:45 +0530 Subject: [PATCH] Commented PasswordUpdateEvent --- appinfo/info.xml | 2 +- lib/AppInfo/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 64f674f2..2e37f78c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ - 6.0.0 + 6.0.1 agpl Murena SAS EcloudAccounts diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index b1635540..1859c022 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -55,7 +55,7 @@ class Application extends App implements IBootstrap { $context->registerEventListener(BeforeUserDeletedEvent::class, BeforeUserDeletedListener::class); $context->registerEventListener(UserChangedEvent::class, UserChangedListener::class); $context->registerEventListener(StateChanged::class, TwoFactorStateChangedListener::class); - $context->registerEventListener(PasswordUpdatedEvent::class, PasswordUpdatedListener::class); + // $context->registerEventListener(PasswordUpdatedEvent::class, PasswordUpdatedListener::class); } public function boot(IBootContext $context): void { -- GitLab