This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
登录限制密码错误次数
yijia
nizongfeng
1 year ago
parent
a812cd8d0a
commit
be99e738e3
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
application/common/library/Auth.php
+ 0
- 1
application/common/library/Auth.php
View File
@@ -209,7 +209,6 @@ class Auth
return false;
}
$loginError = Cookie::get($account);
print_r($loginError);
if ($loginError && $loginError>=5) {
$this->setError(__('登录错误次数过多,请5分钟后再登录'));;
return false;
Write
Preview
Loading…
Cancel
Save