Quellcode durchsuchen

更新后台密码策略

sandm vor 3 Jahren
Ursprung
Commit
11c5ccb1a2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      libs/repositories/laravel-admin/src/Controllers/AuthController.php

+ 1 - 1
libs/repositories/laravel-admin/src/Controllers/AuthController.php

@@ -86,7 +86,7 @@ class AuthController extends Controller
             if((time()-$time)>7776000){
             if((time()-$time)>7776000){
                 $this->guard()->logout();
                 $this->guard()->logout();
                 return back()->withInput()->withErrors([
                 return back()->withInput()->withErrors([
-                    $this->username() => '您的密码已过期,请联系技术员重置密码',
+                    $this->username() => '您的密码已过期,请联系管理员',
                 ]);
                 ]);
             }else{
             }else{
                 return $this->sendLoginResponse($request);
                 return $this->sendLoginResponse($request);