diff --git a/appinfo/info.xml b/appinfo/info.xml
index 64f674f2e8a1e85c0f9de3b0147d351ce675be1d..2e37f78c37b4964f3d341a522b12ca465a4458e1 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 b1635540ceff074d7f59ffe30d3c1240dd6ec40d..1859c022f7a039c04e9765aba41402a0cb8ceda6 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 {