From 99831e9c1cef9c36f8f5a391e819734786a1b33e Mon Sep 17 00:00:00 2001 From: Jaco Uys Date: Thu, 10 Aug 2023 18:17:32 +0200 Subject: [PATCH] Update config descriptions/docblock --- stubs/fortify.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/fortify.php b/stubs/fortify.php index 49d818ef..cf9e62e3 100644 --- a/stubs/fortify.php +++ b/stubs/fortify.php @@ -150,8 +150,8 @@ |-------------------------------------------------------------------------- | | When an invalid email is entered on a forgot-password reset route, - | setting this to true will return a success response allowing you to hide - | the fact that the email doesn't exist preventing email enumeration. + | setting this to true will return a success response preventing an + | intruder from fishing for valid email addresses | */ 'success_on_invalid_user' => true,