mantisbt-plugins / Snippets

Define snippets of text that can be easily pasted into text fields
MIT License
8 stars 12 forks source link

There are orphaned Snippet records in the database #52

Closed dregad closed 3 years ago

dregad commented 3 years ago

When a user is deleted via manage_user_page.php, the plugin does not remove the user's personal Snippets, leaving orphaned data in the snippet table.

dregad commented 3 years ago

Need to hook the EVENT_MANAGE_USER_DELETE to remove the user's Snippets before deleting their account.

A cleanup upgrade step is also required to remove any orphan records.