Removed debugging line
This commit is contained in:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user