This adds a section to the admin page that will let admins delete accounts that haven't been updated in 2 months, have no matches logged, and are the only accounts for their users (that is, the user hasn't linked any other accounts).
It also modifies accounts so that they will raise an exception if #destroy is called when they have matches. Similarly for users that have accounts.
This adds a section to the admin page that will let admins delete accounts that haven't been updated in 2 months, have no matches logged, and are the only accounts for their users (that is, the user hasn't linked any other accounts).
It also modifies accounts so that they will raise an exception if #destroy is called when they have matches. Similarly for users that have accounts.