This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
29
Activity
Browse Source
Update resetpassword.php
tags/6.3.2
叙述、别离
1 year ago
parent
5ffab4d1a8
commit
2ef78a491e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save