Merge branch 'ent-9492-activar-password-policy-no-funciona' into 'develop'

Fix issue

See merge request artica/pandorafms!5175
This commit is contained in:
Daniel Rodriguez 2022-10-14 10:11:45 +00:00
commit 59c53b4668
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ function config_update_config()
break;
case 'pass':
if (isset($config['enterprise_installed']) === true && (bool) $config['enterprise_installed'] === 1) {
if (isset($config['enterprise_installed']) === true && (bool) $config['enterprise_installed'] === true) {
if (config_update_value('enable_pass_policy', get_parameter('enable_pass_policy'), true) === false) {
$error_update[] = __('Enable password policy');
}