validated() ); $securityEvents->record('password_reset.requested', null, $request, [ 'email_hash' => hash('sha256', strtolower($request->validated('email'))), ]); return back()->with( 'status', 'If an account exists for that email address, a password reset link has been sent.' ); } }