Skip to content

Commit

Permalink
Delete entries from umbracoUserLogin before deleting the user (fix fo…
Browse files Browse the repository at this point in the history
…r 10269)
  • Loading branch information
pguilmettenmedia authored and nul800sebastiaan committed Aug 6, 2021
1 parent f7dee7e commit 19a6184
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ protected override IEnumerable<string> GetDeleteClauses()
{
var list = new List<string>
{
"DELETE FROM umbracoUserLogin WHERE userId = @id",
"DELETE FROM umbracoUser2UserGroup WHERE userId = @id",
"DELETE FROM umbracoUser2NodeNotify WHERE userId = @id",
"DELETE FROM umbracoUserStartNode WHERE userId = @id",
Expand Down

0 comments on commit 19a6184

Please sign in to comment.