From bc3b50ad23697ef5e7ca6dd77a25c1ea80830634 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 22 Feb 2019 10:00:23 +0100 Subject: [PATCH 1/2] Fix wrong method call --- application/loginwebpage.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/loginwebpage.class.inc.php b/application/loginwebpage.class.inc.php index 015fc4105..84de8c9c3 100644 --- a/application/loginwebpage.class.inc.php +++ b/application/loginwebpage.class.inc.php @@ -843,8 +843,8 @@ EOF { $sAuthUser = $_SESSION['auth_user']; UserRights::Login($sAuthUser); // Set the user's language - $sOldPwd = utils::ReadPostedParam('old_pwd', '', false, 'raw_data'); - $sNewPwd = utils::ReadPostedParam('new_pwd', '', false, 'raw_data'); + $sOldPwd = utils::ReadPostedParam('old_pwd', '', 'raw_data'); + $sNewPwd = utils::ReadPostedParam('new_pwd', '', 'raw_data'); if (UserRights::CanChangePassword() && ((!UserRights::CheckCredentials($sAuthUser, $sOldPwd)) || (!UserRights::ChangePassword($sOldPwd, $sNewPwd)))) { $oPage = self::NewLoginWebPage(); From c5943c6c28ff1cfa932281ad5d4438092885a07d Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Fri, 22 Feb 2019 10:06:10 +0100 Subject: [PATCH 2/2] Internal: Fix a regression introduced by 6b5cc7c on dot path --- setup/wizardsteps.class.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index cd75dfd6b..4e9a31368 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -1000,7 +1000,7 @@ class WizStepMiscParams extends WizardStep $oPage->add_ready_script( <<add(''); $oPage->add(''); $oPage->add(''); + $sAuthentToken = $this->oWizard->GetParameter('authent', ''); + $oPage->add(''); $oPage->add_ready_script( <<