Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Apr 11, 2024
1 parent 0c24160 commit 52db2da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/files/configure_misp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion template.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52db2da

Please sign in to comment.