...Migrated from Ignite Jira OF-1537...
The UserStatus plugin maintains user data in database tables. When a user is deleted, its data should be removed from those tables.
The most obvious solution is to register a UserEventListener, and use that to remove data when a user gets removed.