From ed8f77755ed688e7c49da81b59b0a6992be678f3 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 19 Jun 2020 11:09:24 +0200 Subject: [PATCH] =?UTF-8?q?Bug=20d=C3=A9connexion=20apr=C3=A8s=20modificat?= =?UTF-8?q?ion=20compte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/user/user.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/core/module/user/user.php b/core/module/user/user.php index b985f1cd..cc130657 100755 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -66,7 +66,7 @@ class user extends common { 'group' => $this->getInput('userAddGroup', helper::FILTER_INT, true), 'lastname' => $userLastname, 'mail' => $userMail, - 'password' => $this->getInput('userAddPassword', helper::FILTER_PASSWORD, true) + 'password' => $this->getInput('userAddPassword', helper::FILTER_PASSWORD, true), ] ]); } @@ -220,7 +220,12 @@ class user extends common { 'group' => $newGroup, 'lastname' => $this->getInput('userEditLastname', helper::FILTER_STRING_SHORT, true), 'mail' => $this->getInput('userEditMail', helper::FILTER_MAIL, true), - 'password' => $newPassword + 'password' => $newPassword, + 'connectFail' => $this->getData(['user',$this->getUrl(2),'connectFail']), + 'connectTimeout' => $this->getData(['user',$this->getUrl(2),'connectTimeout']), + 'accessUrl' => $this->getData(['user',$this->getUrl(2),'accessUrl']), + 'accessTimer' => $this->getData(['user',$this->getUrl(2),'accessTimer']), + 'accessCsrf' => $this->getData(['user',$this->getUrl(2),'accessCsrf']) ] ]); // Redirection spécifique si l'utilisateur change son mot de passe