Laravel: How to change default login error message: 'these credentials do not match our records'
You can change this message to another one in this file:
resources/lang/en/auth.php
This is the line:
'failed' => 'These credentials do not match our records.',