From e156ee4b38e9e969662a532648c78fdc1e9b0166 Mon Sep 17 00:00:00 2001 From: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:52:01 +0000 Subject: [PATCH] We shouldn't let the user know if the user is correct but the password isn't --- lang/en/auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/en/auth.php b/lang/en/auth.php index 6598e2c06..e5506df29 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -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.', ];