public function cleanupOrphans()
 {
     global $init;
     require_once PATH_CORE . '/classes/teamBackend.class.php';
     $teamObj = new teamBackend();
     $teamObj->cleanupOrphanedUsers();
     redirect(url_for('street_team', 'index'));
 }