From 2baed9f91ec31f7580b1b9449acd58676af6d2e0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 19 May 2018 23:55:11 -0600 Subject: [PATCH] Update user_edit.php --- core/users/user_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/users/user_edit.php b/core/users/user_edit.php index 7f69f8a330..9a02117025 100644 --- a/core/users/user_edit.php +++ b/core/users/user_edit.php @@ -159,7 +159,7 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") { exit; } - if (!check_password_strength($password, $text)) { + if (!check_password_strength($password, $text, 'user')) { if ($action == 'edit') { header("Location: user_edit.php?id=".$user_uuid); }