From fdf42c6c05d60a77004fcd26ef36d4b00df0e9f7 Mon Sep 17 00:00:00 2001 From: Jerome_maarch Date: Tue, 25 Jan 2022 16:43:43 +0100 Subject: [PATCH 1/3] FIX #19606 TIME 00:10 fix wrong variable name in userAuth --- src/bundle/auth/Controller/userAuthentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/auth/Controller/userAuthentication.php b/src/bundle/auth/Controller/userAuthentication.php index f28e83aef..6b38fb880 100755 --- a/src/bundle/auth/Controller/userAuthentication.php +++ b/src/bundle/auth/Controller/userAuthentication.php @@ -91,7 +91,7 @@ class userAuthentication } if ($userAccount->passwordChangeRequired == true) { - \laabs::setToken('TEMP-AUTH', $accountToken, $tokenDuration); + \laabs::setToken('TEMP-AUTH', $userLogin, $tokenDuration); \laabs::unsetToken('AUTH'); throw \laabs::newException('auth/userPasswordChangeRequestException'); } -- GitLab From da6c0d9a9cd0bcc96828a87bb82219c01d032efe Mon Sep 17 00:00:00 2001 From: Jerome_maarch Date: Tue, 25 Jan 2022 16:58:06 +0100 Subject: [PATCH 2/3] FIX #19606 TIME 00:10 update changelog and version number --- CHANGELOG.md | 3 +++ VERSION.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58108f179..9ef610a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## Version 2.8.1 + - `Fixed` Impossible de modifier son mot de passe pour un utilisateur nouvellement crée + ## Version 2.8 - `Added` Connecteur de réception des paquets restitués depuis la plateforme T@ct de API. diff --git a/VERSION.md b/VERSION.md index a4412fa74..dbe590065 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -2.8 +2.8.1 -- GitLab From 9910df42bbea0b40a9f21dbc6d3c5e9ac4024a00 Mon Sep 17 00:00:00 2001 From: Jerome_maarch Date: Tue, 25 Jan 2022 16:59:50 +0100 Subject: [PATCH 3/3] FIX #19606 TIME 00:05 Typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef610a7a..8f1eabf75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # CHANGELOG ## Version 2.8.1 - - `Fixed` Impossible de modifier son mot de passe pour un utilisateur nouvellement crée + - `Fixed` Impossible de modifier son mot de passe pour un utilisateur nouvellement créé ## Version 2.8 -- GitLab