{"record":{"id":"3962f852ed4d7506","repo":"octobercms/october","slug":"invalid-password-reset-data-supplied-please-try-a","errorCode":null,"errorMessage":"Invalid password reset data supplied. Please try again!","messagePattern":"Invalid password reset data supplied\\. Please try again!","errorType":"exception","errorClass":"ApplicationException","httpStatus":null,"severity":"error","filePath":"modules/backend/controllers/Auth.php","lineNumber":239,"sourceCode":"        return Backend::redirect('backend/auth/signin');\n    }\n\n    /**\n     * reset backend user password using verification code\n     */\n    public function reset($userId = null, $code = null)\n    {\n        if (!$this->checkCanReset()) {\n            throw new NotFoundException;\n        }\n\n        try {\n            if ($this->checkPostbackFlag()) {\n                return $this->handleSubmitReset();\n            }\n\n            if (!$userId || !$code) {\n                throw new ApplicationException(__('Invalid password reset data supplied. Please try again!'));\n            }\n        }\n        catch (Exception $ex) {\n            Flash::error($ex->getMessage());\n        }\n\n        $this->vars['code'] = $code;\n        $this->vars['id'] = $userId;\n    }\n\n    /**\n     * handleSubmitReset submits the reset form\n     */\n    protected function handleSubmitReset()\n    {\n        if (!post('id') || !post('code')) {\n            throw new ApplicationException(__('Invalid password reset data supplied. Please try again!'));\n        }","sourceCodeStart":221,"sourceCodeEnd":257,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/controllers/Auth.php#L221-L257","documentation":"Error \"Invalid password reset data supplied. Please try again!\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/backend/controllers/Auth.php:239 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b608633a7e8922487d91a8161499020121c3b3bf","analyzedAt":"2026-08-21T04:24:57.515Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}