We shouldn't let the user know if the user is correct but the password isn't

This commit is contained in:
RMartinOscar
2025-02-10 17:52:01 +00:00
parent c948c3ea2e
commit e156ee4b38

View File

@@ -14,7 +14,6 @@ return [
*/
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];