mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -70,7 +70,7 @@ class LoginController extends Controller | ||||
|             if (!$user) { | ||||
|                 abort(500, '用户不存在'); | ||||
|             } | ||||
|             if (!$user->enable) { | ||||
|             if ($user->banned) { | ||||
|                 abort(500, '该账户已被停止使用'); | ||||
|             } | ||||
|             $request->session()->put('email', $user->email); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user