From e7f38305705a51c620b4fcf44bbcd8a43ea62284 Mon Sep 17 00:00:00 2001 From: Laurent Jouanneau Date: Fri, 10 Nov 2023 17:44:34 +0100 Subject: [PATCH] Fix a potential regression in the password reset feature --- CHANGELOG-3.6.md | 1 + lizmap/composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.6.md b/CHANGELOG-3.6.md index 6d2e21756e..85e6e72a09 100644 --- a/CHANGELOG-3.6.md +++ b/CHANGELOG-3.6.md @@ -13,6 +13,7 @@ with some extra keywords : backend, tests, test, translation, funders, important * Fix error when executing the command "jcommunity~user:create" and when the multiauth module is installed * Fix the auto-login feature ("remember me" checkbox): the encryption key was not upgraded during upgrade from Lizmap 3.5 to 3.6 +* Fix a potential regression in the password reset feature ## 3.6.7 - 2023-10-12 diff --git a/lizmap/composer.json b/lizmap/composer.json index 7d319056f4..f063d01e6e 100644 --- a/lizmap/composer.json +++ b/lizmap/composer.json @@ -9,7 +9,7 @@ "php": ">=7.4", "jelix/jelix": "1.8.3", "jelix/composer-module-setup": "^1.0.6", - "jelix/jcommunity-module": "^1.4.1", + "jelix/jcommunity-module": "^1.4.2", "jelix/ldapdao-module": "~2.2.4", "proj4php/proj4php": "dev-proj4php5.2", "violet/streaming-json-encoder": "^1.1.5",