if ($result = $this->db->fetchAll($query, $this->id)) {
            foreach ($result as $row) {
                $autologins[$row['id']] = $row;
            }
        }