From 0c2800c7ddabc73ff9c4d5f37bc483bda7b23ba0 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 2 Nov 2020 21:26:13 -0800 Subject: [PATCH] Removed debugging line --- app/Http/Controllers/ProfileController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/ProfileController.php b/app/Http/Controllers/ProfileController.php index 140c73ab2..533ec6db9 100755 --- a/app/Http/Controllers/ProfileController.php +++ b/app/Http/Controllers/ProfileController.php @@ -167,7 +167,6 @@ class ProfileController extends Controller // First let's see if that option is enabled in the settings if (strpos(Setting::passwordComplexityRulesSaving('store'), 'disallow_same_pwd_as_user_fields')) { - \Log::debug('disallow_same_pwd_as_user_fields is ON'); if (($request->input('password') == $user->username) || ($request->input('password') == $user->email) || ($request->input('password') == $user->first_name) ||