Browse Source

Update resetpassword.php

tags/6.3.2
叙述、别离 1 year ago
parent
commit
2ef78a491e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/user/resetpassword.php

+ 1
- 1
src/user/resetpassword.php View File

@@ -25,7 +25,7 @@ if ($dopost == "") {
ShowMsg("验证码输入错误", "-1");
exit();
}
//验证邮箱,账号
//验证邮箱
if (empty($mail) && empty($userid)) {
showmsg('请输入账号或邮箱', '-1');
exit;


Loading…
Cancel
Save