From 13c8a4ccbe750736e2259ec201aa3c31cd849aa7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 10:41:34 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 20396a5..002b18b 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -281,7 +281,7 @@ class Pman_Login extends Pman $this->jerr("Invalid request to reset password"); } - $this->verifyCheckSum($_REQUEST['id'], $_REQUEST['ts'], $_REQUEST['key']); + $this->verifyResetPassword($_REQUEST['id'], $_REQUEST['ts'], $_REQUEST['key']); $this->jok("Checksum is ok"); } -- 2.39.2