]> source.dussan.org Git - nextcloud-server.git/commit
Use stored user for PasswordUpdatedEvent 32016/head
authorLouis Chemineau <louis@chmn.me>
Tue, 19 Apr 2022 13:56:56 +0000 (15:56 +0200)
committerLouis Chemineau <louis@chmn.me>
Tue, 10 May 2022 10:16:33 +0000 (12:16 +0200)
commit816e7827f0d60e78f112ff9a3c6dfc90facc638b
tree11c5433113ea26d261345e91aa88ecb138bd975f
parent290697b08f3ca4faa34b631cf70ea521cf52142f
Use stored user  for PasswordUpdatedEvent

When handling PasswordUpdatedEvent event, we are calling getLoginName which does not exists.

This PR adds a condition to use the previously stored user when handling PasswordUpdatedEvent.

Signed-off-by: Louis Chemineau <louis@chmn.me>
apps/files_external/lib/Listener/StorePasswordListener.php