From 2ef78a491e718863092640a5b429bd92f0c1a2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <41963737+Vaecq@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:50:37 +0800 Subject: [PATCH] Update resetpassword.php --- src/user/resetpassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/resetpassword.php b/src/user/resetpassword.php index f326fa8e..1badfda8 100755 --- a/src/user/resetpassword.php +++ b/src/user/resetpassword.php @@ -25,7 +25,7 @@ if ($dopost == "") { ShowMsg("验证码输入错误", "-1"); exit(); } - //验证邮箱,账号 + //验证邮箱 if (empty($mail) && empty($userid)) { showmsg('请输入账号或邮箱', '-1'); exit;