From 52db2da71d52bf3a2fe1d930cfa0b75293e49946 Mon Sep 17 00:00:00 2001 From: Stefano Ortolani Date: Thu, 11 Apr 2024 08:45:25 +0100 Subject: [PATCH] Bump version --- core/files/configure_misp.sh | 3 +++ template.env | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/core/files/configure_misp.sh b/core/files/configure_misp.sh index 03e2302..f4009f6 100755 --- a/core/files/configure_misp.sh +++ b/core/files/configure_misp.sh @@ -155,6 +155,9 @@ set_up_ldap() { \"ldapEmailField\": ${LDAP_EMAIL_FIELD} } }" > /dev/null + + # Disable password confirmation as stated at https://github.com/MISP/MISP/issues/8116 + sudo -u www-data /var/www/MISP/app/Console/cake Admin setSetting -q "Security.require_password_confirmation" false } set_up_aad() { diff --git a/template.env b/template.env index 6782cc1..f928c60 100644 --- a/template.env +++ b/template.env @@ -2,7 +2,7 @@ # Build-time variables ## -CORE_TAG=v2.4.188 +CORE_TAG=v2.4.189 MODULES_TAG=v2.4.188 PHP_VER=20190902 LIBFAUP_COMMIT=3a26d0a