mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update user_edit.php
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user