From: Alan Knowles Date: Fri, 7 Dec 2018 02:41:34 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=13c8a4ccbe750736e2259ec201aa3c31cd849aa7 Pman/Login.php --- 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"); }