Update user_edit.php

This commit is contained in:
FusionPBX 2018-05-19 23:55:11 -06:00 committed by GitHub
parent 30a8f5ade9
commit 2baed9f91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ if (count($_POST) > 0 && $_POST["persistform"] != "1") {
exit; exit;
} }
if (!check_password_strength($password, $text)) { if (!check_password_strength($password, $text, 'user')) {
if ($action == 'edit') { if ($action == 'edit') {
header("Location: user_edit.php?id=".$user_uuid); header("Location: user_edit.php?id=".$user_uuid);
} }