From d9b374f723d177a6b52711eb598eeb01f6b7a246 Mon Sep 17 00:00:00 2001 From: bruno DA SILVA Date: Fri, 22 Nov 2019 14:14:44 +0100 Subject: [PATCH] =?UTF-8?q?n=C2=B0524=20-=20password=20policy=20:green=5Fh?= =?UTF-8?q?eart:=20fix=20CI=20regression=20(previous=20tests=20are=20somet?= =?UTF-8?q?imes=20incompatible=20with=20the=20default=20password=20policy)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unattended_install/default-config-itop.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.jenkins/configuration/default-environment/unattended_install/default-config-itop.php b/.jenkins/configuration/default-environment/unattended_install/default-config-itop.php index 6caa3061e..23abf626e 100644 --- a/.jenkins/configuration/default-environment/unattended_install/default-config-itop.php +++ b/.jenkins/configuration/default-environment/unattended_install/default-config-itop.php @@ -247,6 +247,9 @@ $MySettings = array( * */ $MyModuleSettings = array( + 'authent-local' => array ( + 'password_validation.pattern' => '', + ), 'itop-attachments' => array ( 'allowed_classes' => array ( 0 => 'Ticket',