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;