To completely remove a user:
  1. First, on the website where the user has an account, use Disable Users to disable the user
  2. Use MySQL and go to the user database, then the profiles table and search for the user profile by name and remove that name.
  3. The different websites have a number associated with them, for example, Chess is _2, e3s is _5. cps-forces is _12 In MySQL go to the sites database and then the sites table and look for the site. Note the number and use it below.
  4. Use MySQL and go to the auth_N database, then the users table, search for the username and remove it. This will fix the user_websites() method.