Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e380a165 authored by Ronak Patel's avatar Ronak Patel
Browse files

Commented PasswordUpdateEvent

parent 6ad40b54
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <description><![CDATA[in /e/OS cloud, nextcloud accounts are linked to mail accounts. This app ensures both are coordinated: it sets the e-mail address, quota and storage of the user upon creation.
    It also completes the account deletion by cleaning other parts of the /e/OS cloud setup to ensure no more data is retained when a user requests an account deletion.
    This app uses the UserDeletedEvent to invoke scripts in the docker-welcome container of /e/OS cloud setup]]></description>
    <version>6.0.0</version>
    <version>6.0.1</version>
    <licence>agpl</licence>
    <author mail="dev@murena.com" homepage="https://murena.com/">Murena SAS</author>
    <namespace>EcloudAccounts</namespace>
+1 −1
Original line number Diff line number Diff line
@@ -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 {