if (is_null(filter_input(INPUT_COOKIE, "rp_autologin"))) { #empty($_COOKIE['rp_autologin'])) {
            $this->addNote("Autologin attempted but no autologin cookie was found");

            return false;
        } else {