소스 검색

更新后台密码策略

sandm 3 년 전
부모
커밋
11c5ccb1a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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){
                 $this->guard()->logout();
                 return back()->withInput()->withErrors([
-                    $this->username() => '您的密码已过期,请联系技术员重置密码',
+                    $this->username() => '您的密码已过期,请联系管理员',
                 ]);
             }else{
                 return $this->sendLoginResponse($request);