]> source.dussan.org Git - nextcloud-server.git/commit
Clean up auth tokens when user is deleted 21471/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 15 Jun 2020 14:09:39 +0000 (16:09 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 18 Jun 2020 13:32:24 +0000 (13:32 +0000)
commit8e3d47a215fb2e3f2915e90046b86a947d975284
treeeae1038245d7db7394e9039b25857f5bf0cf9c8a
parenta02a22b423de965caf10b5f44970354b29d401b0
Clean up auth tokens when user is deleted

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
core/Application.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php [new file with mode: 0644]
tests/lib/Authentication/Listeners/UserDeletedTokenCleanupListenerTest.php [new file with mode: 0644]