Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable24] fix: delete user credentials stored in storages_credentials when user gets deleted #45780

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

yemkareems
Copy link
Contributor

@yemkareems yemkareems commented Jun 11, 2024

Backport of #45355
fix: merge conflict resolved and added BeforeUserDeletedListener.php and changed autoload files accordingly along with adding the listener in Server

  • Resolves: #

Summary

TODO

  • ...

Checklist

…and changed autoload files accordingly along with adding the listener in Server
@yemkareems yemkareems added the 3. to review Waiting for reviews label Jun 11, 2024
@yemkareems yemkareems self-assigned this Jun 11, 2024
Signed-off-by: yemkareems <yemkareems@gmail.com>
@artonge
Copy link
Contributor

artonge commented Jun 11, 2024

Works

Signed-off-by: yemkareems <yemkareems@gmail.com>
@AndyScherzinger AndyScherzinger merged commit 92e2148 into stable24 Jun 12, 2024
27 of 29 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/45355/stable24 branch June 12, 2024 07:11
@@ -1559,6 +1559,7 @@
'OC\\User\\Database' => $baseDir . '/lib/private/User/Database.php',
'OC\\User\\DisplayNameCache' => $baseDir . '/lib/private/User/DisplayNameCache.php',
'OC\\User\\LazyUser' => $baseDir . '/lib/private/User/LazyUser.php',
'OC\\User\\Listeners\\BeforeUserDeletedListener' => $baseDir . '/lib/private/User/Listeners/BeforeUserDeletedListener.php',
Copy link
Member

@nickvergessen nickvergessen Jun 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants